Show / Hide Table of Contents

    Interface IIdentifiableEntity

    Interface for all entities which contain an id.

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

    Properties

    | Improve this Doc View Source

    Id

    Gets the id of this entity.

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