C# Class Test.CustomerExample.BO.BOWithNonGuidID

Inheritance: BusinessObject
Datei anzeigen Open project: Chillisoft/habanero Class Usage Examples

Protected Methods

Method 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

Method Description
CreateClassDef ( ) : ClassDef
CreatePrimaryKey ( PropDefCol lPropDefCol ) : PrimaryKeyDef
GetClassDef ( ) : ClassDef

Method Details

ConstructClassDef() protected method

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
return ClassDef

CreateBOPropDef() protected static method

protected static CreateBOPropDef ( ) : PropDefCol
return PropDefCol