Show / Hide Table of Contents

    Class BaseEntity

    Abstract class that represents the base of all entities.

    Inheritance
    System.Object
    BaseEntity
    AccountEntity
    CharacterEntity
    ItemTypeEntity
    MonsterTypeEntity
    Implements
    IIdentifiableEntity
    IEntity
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Data.Entities
    Assembly: Fibula.Data.Entities.dll
    Syntax
    public abstract class BaseEntity : IIdentifiableEntity, IEntity

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the id of this entity.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IIdentifiableEntity
    IEntity

    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.