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 : IEntityProperties
| Improve this Doc View SourceId
Gets the id of this entity.
Declaration
string Id { get; }Property Value
| Type | Description | 
|---|---|
| System.String |