CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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)
 Gets and consumes the next available unique identity value for an object instance in the object graph. More...
 

Detailed Description

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.

Member Function Documentation

◆ GetNextIdentity()

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.

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

Definition at line 27 of file IdentityManager.cs.