Show / Hide Table of Contents

    Interface IBanishmentEntity

    Interface for banishment entities.

    Inherited Members
    IIdentifiableEntity.Id
    Namespace: Fibula.Data.Entities.Contracts.Abstractions
    Assembly: Fibula.Data.Entities.Contracts.dll
    Syntax
    public interface IBanishmentEntity : IIdentifiableEntity, IEntity

    Properties

    | Improve this Doc View Source

    AccountId

    Gets the id of the account to which this banishment references.

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

    BanishedUntil

    Gets the date until which this banisment will last.

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

    Comment

    Gets the gamemaster's comment on this banishment.

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

    GamemasterId

    Gets the id of the gamemaster who issued this banishment.

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

    IpAddress

    Gets the IP Address that was connected to the account at the time this banisment was issued.

    Declaration
    IPAddress IpAddress { get; }
    Property Value
    Type Description
    System.Net.IPAddress
    | Improve this Doc View Source

    PunishmentType

    Gets the type of punishment issued.

    Declaration
    byte PunishmentType { get; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Timestamp

    Gets the timestamp of this banishment.

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

    Violation

    Gets the violation description of the banishment.

    Declaration
    string Violation { 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.