C# Class Test.CustomerExample.BO.BOWithNonGuidID

Inheritance: BusinessObject
Afficher le fichier Open project: Chillisoft/habanero Class Usage Examples

Méthodes protégées

Méthode Description
ConstructClassDef ( ) : ClassDef

Overriding this method allows the developer to construct the class definitions for a business object directly in code instead of based on ClassDefs.xml

CreateBOPropDef ( ) : PropDefCol

Private Methods

Méthode Description
CreateClassDef ( ) : ClassDef
CreatePrimaryKey ( PropDefCol lPropDefCol ) : PrimaryKeyDef
GetClassDef ( ) : ClassDef

Method Details

ConstructClassDef() protected méthode

Overriding this method allows the developer to construct the class definitions for a business object directly in code instead of based on ClassDefs.xml
protected ConstructClassDef ( ) : ClassDef
Résultat ClassDef

CreateBOPropDef() protected static méthode

protected static CreateBOPropDef ( ) : PropDefCol
Résultat PropDefCol