Show / Hide Table of Contents

    Interface IItemTypeEntity

    Interface for types of items.

    Inherited Members
    IIdentifiableEntity.Id
    System.ICloneable.Clone()
    Namespace: Fibula.Data.Entities.Contracts.Abstractions
    Assembly: Fibula.Data.Entities.Contracts.dll
    Syntax
    public interface IItemTypeEntity : IIdentifiableEntity, IEntity, ICloneable

    Properties

    | Improve this Doc View Source

    ClientId

    Gets the client id of the type of this item.

    Declaration
    ushort ClientId { get; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    DefaultAttributes

    Gets the attributes of this type of item.

    Declaration
    IDictionary<byte, IConvertible> DefaultAttributes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Byte, System.IConvertible>
    | Improve this Doc View Source

    Description

    Gets the decription of this type of item.

    Declaration
    string Description { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Flags

    Gets the flags for this type of item.

    Declaration
    ulong Flags { get; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Name

    Gets the name of this type of item.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TypeId

    Gets the id of the type of this item.

    Declaration
    ushort TypeId { get; }
    Property Value
    Type Description
    System.UInt16

    Extension Methods

    ItemTypeEntityExtensions.HasItemFlag(IItemTypeEntity, ItemFlag)
    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.