Class IdGenerator
Base identifier generator.
public abstract class IdGenerator
- Inheritance
-
IdGenerator
- Derived
- Inherited Members
- Extension Methods
Constructors
IdGenerator()
Initializes a new instance of the IdGenerator class.
protected IdGenerator()
Methods
GetNextId()
Gets the next identifier.
public abstract long GetNextId()
Returns
- long
The next identifier.