![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Used by the root object in a graph to manage the object instance identity values for the graph. More...
Public Member Functions | |
| int | GetNextIdentity (int? current=null) |
| Gets and consumes the next available unique identity value for an object instance in the object graph. Implemented by the root object of the graph. | |
Used by the root object in a graph to manage the object instance identity values for the graph.
|
inline |
Gets and consumes the next available unique identity value for an object instance in the object graph. Implemented by the root object of the graph.
| current | Current identity value for object. |