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