IdeaBlade DevForce 2010 Help Reference
IIdentityIdGenerator Interface
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : IIdentityIdGenerator Interface



Interface for generation of unique IDs for new IEntity objects having Identity properties.

Syntax

Visual Basic (Declaration) 
Public Interface IIdentityIdGenerator 
   Inherits IIdGenerator 
Visual Basic (Usage)Copy Code
Dim instance As IIdentityIdGenerator
C# 
public interface IIdentityIdGenerator : IIdGenerator  
C++/CLI 
public interface class IIdentityIdGenerator : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.