Interface IIdGenerator
Contract for a shared application service generating ID values.
Namespace: Kephas.Data
Assembly: Kephas.Core.dll
Syntax
[SingletonAppServiceContract]
public interface IIdGenerator
Methods
| Improve this Doc View SourceGenerateId()
Generates a unique identifier.
Declaration
long GenerateId()
Returns
| Type | Description |
|---|---|
| System.Int64 | The unique identifier. |