Interface IIdentifiable
Mix-in for identifiable entities.
Namespace: Kephas.Data
Assembly: Kephas.Core.dll
Syntax
public interface IIdentifiable
Properties
| Improve this Doc View SourceId
Gets the identifier for this instance.
Declaration
object Id { get; }
Property Value
Type | Description |
---|---|
System.Object | The identifier. |