DevForce Help Reference
IIdentityIdGenerator Interface
Members 


Interface for generation of unique IDs for new IEntity objects having Identity properties.
Object Model
IIdentityIdGenerator InterfaceIIdGenerator InterfaceUniqueIdCollection Class
Syntax
'Declaration
 
Public Interface IIdentityIdGenerator 
   Inherits IIdGenerator 
'Usage
 
Dim instance As IIdentityIdGenerator
public interface IIdentityIdGenerator : IIdGenerator  
Remarks
This interface is primarily intended as a marker interface to support the default implementation of the StoreGeneratedIdGenerator, but users can implement custom classes if necessary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IIdentityIdGenerator Members
IdeaBlade.EntityModel Namespace

Send Feedback