Interface IOnlineCharacterEntity
Interface for an online character list entry entity.
Namespace: Fibula.Data.Entities.Contracts.Abstractions
Assembly: Fibula.Data.Entities.Contracts.dll
Syntax
public interface IOnlineCharacterEntity : IEntity
Properties
| Improve this Doc View SourceCharacterName
Gets the name of the character.
Declaration
string CharacterName { get; }
Property Value
Type | Description |
---|---|
System.String |
Level
Gets the character level.
Declaration
ushort Level { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Vocation
Gets the vocation of the character.
Declaration
string Vocation { get; }
Property Value
Type | Description |
---|---|
System.String |
World
Gets the world where the character is currently online in.
Declaration
string World { get; }
Property Value
Type | Description |
---|---|
System.String |