Interface IIdentifiable<T>
Base mix-in for identifiable entities.
Namespace: Kephas.Data.Model.Abstractions
Assembly: Kephas.Data.Model.Abstractions.dll
Syntax
public interface IIdentifiable<T> : IIdentifiable
Type Parameters
Name | Description |
---|---|
T | Type of the ID property. |
Properties
| Improve this Doc View SourceId
Gets or sets the identifier.
Declaration
[Display(ResourceType = typeof(ModelStrings), Name = "Identifiable_Id_Name")]
T Id { get; set; }
Property Value
Type | Description |
---|---|
T | The identifier. |