CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Core.IdentityManager Class Reference

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.

Detailed Description

Used by the root object in a graph to manage the object instance identity values for the graph.

Member Function Documentation

◆ GetNextIdentity()

int Csla.Core.IdentityManager.GetNextIdentity ( int? current = null)
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.

Parameters
currentCurrent identity value for object.
Returns
The next available identity value.

The documentation for this class was generated from the following file: