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) |
Gets and consumes the next available unique identity value for an object instance in the object graph. More... | |
Used by the root object in a graph to manage the object instance identity values for the graph.
Definition at line 16 of file IdentityManager.cs.
int Csla.Core.IdentityManager.GetNextIdentity | ( | int | current | ) |
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. |
Definition at line 27 of file IdentityManager.cs.