DevForce Help Reference
IIdentityIdGenerator Interface Members
Properties  Methods 

The following tables list the members exposed by IIdentityIdGenerator.

Public Properties
 NameDescription
 PropertyNextIdGeneratorGets or sets the fallback IIdGenerator to be used.  
 PropertyTempIdsReturns the temporary IDs generated since instantiation of this class or the last IIdGenerator.Reset. (Inherited from IdeaBlade.EntityModel.IIdGenerator)
Top
Public Methods
 NameDescription
 MethodGetNextTempId Generates a new temporary ID for a specified EntityProperty. (Inherited from IdeaBlade.EntityModel.IIdGenerator)
 MethodGetRealIdMap Returns a dictionary that maps temporary IDs to real IDs. (Inherited from IdeaBlade.EntityModel.IIdGenerator)
 MethodIsApplicable Returns whether the IdGenerator can be used with the specified data source key. (Inherited from IdeaBlade.EntityModel.IIdGenerator)
 MethodIsTempId Determines whether a given ID is temporary. (Inherited from IdeaBlade.EntityModel.IIdGenerator)
 MethodReset Reset temporary ID generation back to its initial state. (Inherited from IdeaBlade.EntityModel.IIdGenerator)
Top
See Also

Reference

IIdentityIdGenerator Interface
IdeaBlade.EntityModel Namespace

Send Feedback