Show / Hide Table of Contents

    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 Source

    CharacterName

    Gets the name of the character.

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

    Level

    Gets the character level.

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

    Vocation

    Gets the vocation of the character.

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

    World

    Gets the world where the character is currently online in.

    Declaration
    string World { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    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.