Interface IItemTypeEntity
Interface for types of items.
Namespace: Fibula.Data.Entities.Contracts.Abstractions
Assembly: Fibula.Data.Entities.Contracts.dll
Syntax
public interface IItemTypeEntity : IIdentifiableEntity, IEntity, ICloneable
Properties
| Improve this Doc View SourceClientId
Gets the client id of the type of this item.
Declaration
ushort ClientId { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
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> |
Description
Gets the decription of this type of item.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Flags
Gets the flags for this type of item.
Declaration
ulong Flags { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Name
Gets the name of this type of item.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
TypeId
Gets the id of the type of this item.
Declaration
ushort TypeId { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |