Show / Hide Table of Contents

    Interface IWorldStatusEntity

    Interface for a world status entry entity.

    Namespace: Fibula.Data.Entities.Contracts.Abstractions
    Assembly: Fibula.Data.Entities.Contracts.dll
    Syntax
    public interface IWorldStatusEntity : IEntity

    Properties

    | Improve this Doc View Source

    LastUpdated

    Gets the last time that this entry was updated.

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

    PlayersOnline

    Gets the number of players online in this world.

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

    RecordOnline

    Gets the peak number of players ever observed in this world.

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

    World

    Gets the name of the world this entry is for.

    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.