Interface IIncrementalIdProvider
Namespace: Tenray.ZoneTree.Core
Assembly: ZoneTree.dll
Syntax
public interface IIncrementalIdProvider
Properties
| Improve this Doc View SourceLastId
Declaration
long LastId { get; }
Property Value
Type | Description |
---|---|
long |
Methods
| Improve this Doc View SourceNextId()
Declaration
long NextId()
Returns
Type | Description |
---|---|
long |
SetNextId(long)
Declaration
void SetNextId(long id)
Parameters
Type | Name | Description |
---|---|---|
long | id |