C# Class Habanero.Test.MyBO

Inheritance: BusinessObject
Show file Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
AddBusinessRule ( IBusinessObjectRule businessObjectRuleStub ) : void
DeleteAllMyBos ( ) : void
GetLoadClassDefsUIDefNoFormDef ( ) : IClassDef
LoadClassDefVWG_NonGuidID ( ) : IClassDef
LoadClassDefWithAggregationRelationship ( ) : IClassDef
LoadClassDefWithAssociationRelationship ( ) : IClassDef
LoadClassDefWithBOLookup ( ) : IClassDef
LoadClassDefWithBOLookup ( string boLookupCriteria ) : IClassDef
LoadClassDefWithBOStringLookup ( ) : IClassDef
LoadClassDefWithBoolean ( ) : IClassDef
LoadClassDefWithCompositionRelationship ( ) : IClassDef
LoadClassDefWithCurrencyParameterFormat ( ) : IClassDef
LoadClassDefWithCurrencyParameterFormat_VirtualProp ( ) : IClassDef
LoadClassDefWithDateTime ( ) : IClassDef
LoadClassDefWithDateTimeParameterFormat ( ) : IClassDef
LoadClassDefWithDecimalRule ( ) : IClassDef
LoadClassDefWithIntegerRule ( ) : IClassDef
LoadClassDefWithLookup ( ) : IClassDef
LoadClassDefWithNoLookup ( ) : IClassDef
LoadClassDefWithNullableDateTime ( ) : IClassDef
LoadClassDefWithRelationship ( ) : IClassDef
LoadClassDefWithRelationshipAndFormGrid ( ) : IClassDef
LoadClassDefWithRelationship_DifferentTableAndFieldNames ( ) : IClassDef
LoadClassDefWithShape_SingleTableInheritance_Relationship ( ) : IClassDef
LoadClassDefWithSimpleIntegerLookup ( ) : IClassDef
LoadClassDefWithSingleRelationshipWithReverseRelationship ( ) : IClassDef
LoadClassDefWithStringLookup ( ) : IClassDef
LoadClassDefWithStringRule ( ) : IClassDef
LoadClassDefWithThreeUITabs ( ) : IClassDef
LoadClassDefWithThreeUITabs_UI_Define ( ) : IClassDef
LoadClassDefWithTwoUITabs ( ) : IClassDef
LoadClassDefWithUIAllDataTypes ( ) : IClassDef
LoadClassDefWith_Grid_1CheckBoxColumn ( ) : IClassDef
LoadClassDefWith_Grid_1ComboBoxColumn ( ) : IClassDef
LoadClassDefWith_Grid_1DateTimeColumn ( ) : IClassDef
LoadClassDefWith_Grid_1TextboxColumn ( ) : IClassDef
LoadClassDefWith_Grid_2Columns_1stHasZeroWidth ( ) : IClassDef
LoadClassDef_NonGuidID ( ) : IClassDef
LoadClassDefsHasModuleName ( ) : IClassDef
LoadClassDefsNoUIDef ( ) : IClassDef
LoadClassDefs_Integer_PrimaryKey ( ) : IClassDef
LoadClassDefs_OneProp ( ) : IClassDef
LoadDefaultClassDef ( ) : IClassDef
LoadDefaultClassDefVWG ( ) : IClassDef
LoadDefaultClassDefWithDefault ( string testPropDefault ) : IClassDef
LoadDefaultClassDefWithDifferentTableAndFieldNames ( ) : IClassDef
LoadDefaultClassDefWithFilterDef ( ) : IClassDef
LoadDefaultClassDef_CompulsoryField_TestProp ( ) : IClassDef
LoadWebGuiClassDef ( ) : IClassDef
MyBO ( ) : System
MyBO ( IClassDef def ) : System
SetToString ( string value ) : void
ToString ( ) : string

Returns a that represents the current .

Protected Methods

Method Description
ConstructClassDef ( ) : IClassDef
CreateXmlClassLoader ( ) : Habanero.BO.Loaders.XmlClassLoader
LoadBusinessObjectRules ( IList boRules ) : void
MyBO ( ConstructForFakes constructForFakes ) : System
MyBO ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
ConvertToXmlString ( string input, System.Xml.XmlNodeType xmlNodeType ) : string

Method Details

AddBusinessRule() public method

public AddBusinessRule ( IBusinessObjectRule businessObjectRuleStub ) : void
businessObjectRuleStub IBusinessObjectRule
return void

ConstructClassDef() protected method

protected ConstructClassDef ( ) : IClassDef
return IClassDef

CreateXmlClassLoader() protected static method

protected static CreateXmlClassLoader ( ) : Habanero.BO.Loaders.XmlClassLoader
return Habanero.BO.Loaders.XmlClassLoader

DeleteAllMyBos() public static method

public static DeleteAllMyBos ( ) : void
return void

GetLoadClassDefsUIDefNoFormDef() public static method

public static GetLoadClassDefsUIDefNoFormDef ( ) : IClassDef
return IClassDef

LoadBusinessObjectRules() protected method

protected LoadBusinessObjectRules ( IList boRules ) : void
boRules IList
return void

LoadClassDefVWG_NonGuidID() public static method

public static LoadClassDefVWG_NonGuidID ( ) : IClassDef
return IClassDef

LoadClassDefWithAggregationRelationship() public static method

public static LoadClassDefWithAggregationRelationship ( ) : IClassDef
return IClassDef

LoadClassDefWithAssociationRelationship() public static method

public static LoadClassDefWithAssociationRelationship ( ) : IClassDef
return IClassDef

LoadClassDefWithBOLookup() public static method

public static LoadClassDefWithBOLookup ( ) : IClassDef
return IClassDef

LoadClassDefWithBOLookup() public static method

public static LoadClassDefWithBOLookup ( string boLookupCriteria ) : IClassDef
boLookupCriteria string
return IClassDef

LoadClassDefWithBOStringLookup() public static method

public static LoadClassDefWithBOStringLookup ( ) : IClassDef
return IClassDef

LoadClassDefWithBoolean() public static method

public static LoadClassDefWithBoolean ( ) : IClassDef
return IClassDef

LoadClassDefWithCompositionRelationship() public static method

public static LoadClassDefWithCompositionRelationship ( ) : IClassDef
return IClassDef

LoadClassDefWithCurrencyParameterFormat() public static method

public static LoadClassDefWithCurrencyParameterFormat ( ) : IClassDef
return IClassDef

LoadClassDefWithCurrencyParameterFormat_VirtualProp() public static method

public static LoadClassDefWithCurrencyParameterFormat_VirtualProp ( ) : IClassDef
return IClassDef

LoadClassDefWithDateTime() public static method

public static LoadClassDefWithDateTime ( ) : IClassDef
return IClassDef

LoadClassDefWithDateTimeParameterFormat() public static method

public static LoadClassDefWithDateTimeParameterFormat ( ) : IClassDef
return IClassDef

LoadClassDefWithDecimalRule() public static method

public static LoadClassDefWithDecimalRule ( ) : IClassDef
return IClassDef

LoadClassDefWithIntegerRule() public static method

public static LoadClassDefWithIntegerRule ( ) : IClassDef
return IClassDef

LoadClassDefWithLookup() public static method

public static LoadClassDefWithLookup ( ) : IClassDef
return IClassDef

LoadClassDefWithNoLookup() public static method

public static LoadClassDefWithNoLookup ( ) : IClassDef
return IClassDef

LoadClassDefWithNullableDateTime() public static method

public static LoadClassDefWithNullableDateTime ( ) : IClassDef
return IClassDef

LoadClassDefWithRelationship() public static method

public static LoadClassDefWithRelationship ( ) : IClassDef
return IClassDef

LoadClassDefWithRelationshipAndFormGrid() public static method

public static LoadClassDefWithRelationshipAndFormGrid ( ) : IClassDef
return IClassDef

LoadClassDefWithRelationship_DifferentTableAndFieldNames() public static method

public static LoadClassDefWithRelationship_DifferentTableAndFieldNames ( ) : IClassDef
return IClassDef

LoadClassDefWithShape_SingleTableInheritance_Relationship() public static method

public static LoadClassDefWithShape_SingleTableInheritance_Relationship ( ) : IClassDef
return IClassDef

LoadClassDefWithSimpleIntegerLookup() public static method

public static LoadClassDefWithSimpleIntegerLookup ( ) : IClassDef
return IClassDef

LoadClassDefWithSingleRelationshipWithReverseRelationship() public static method

public static LoadClassDefWithSingleRelationshipWithReverseRelationship ( ) : IClassDef
return IClassDef

LoadClassDefWithStringLookup() public static method

public static LoadClassDefWithStringLookup ( ) : IClassDef
return IClassDef

LoadClassDefWithStringRule() public static method

public static LoadClassDefWithStringRule ( ) : IClassDef
return IClassDef

LoadClassDefWithThreeUITabs() public static method

public static LoadClassDefWithThreeUITabs ( ) : IClassDef
return IClassDef

LoadClassDefWithThreeUITabs_UI_Define() public static method

public static LoadClassDefWithThreeUITabs_UI_Define ( ) : IClassDef
return IClassDef

LoadClassDefWithTwoUITabs() public static method

public static LoadClassDefWithTwoUITabs ( ) : IClassDef
return IClassDef

LoadClassDefWithUIAllDataTypes() public static method

public static LoadClassDefWithUIAllDataTypes ( ) : IClassDef
return IClassDef

LoadClassDefWith_Grid_1CheckBoxColumn() public static method

public static LoadClassDefWith_Grid_1CheckBoxColumn ( ) : IClassDef
return IClassDef

LoadClassDefWith_Grid_1ComboBoxColumn() public static method

public static LoadClassDefWith_Grid_1ComboBoxColumn ( ) : IClassDef
return IClassDef

LoadClassDefWith_Grid_1DateTimeColumn() public static method

public static LoadClassDefWith_Grid_1DateTimeColumn ( ) : IClassDef
return IClassDef

LoadClassDefWith_Grid_1TextboxColumn() public static method

public static LoadClassDefWith_Grid_1TextboxColumn ( ) : IClassDef
return IClassDef

LoadClassDefWith_Grid_2Columns_1stHasZeroWidth() public static method

public static LoadClassDefWith_Grid_2Columns_1stHasZeroWidth ( ) : IClassDef
return IClassDef

LoadClassDef_NonGuidID() public static method

public static LoadClassDef_NonGuidID ( ) : IClassDef
return IClassDef

LoadClassDefsHasModuleName() public static method

public static LoadClassDefsHasModuleName ( ) : IClassDef
return IClassDef

LoadClassDefsNoUIDef() public static method

public static LoadClassDefsNoUIDef ( ) : IClassDef
return IClassDef

LoadClassDefs_Integer_PrimaryKey() public static method

public static LoadClassDefs_Integer_PrimaryKey ( ) : IClassDef
return IClassDef

LoadClassDefs_OneProp() public static method

public static LoadClassDefs_OneProp ( ) : IClassDef
return IClassDef

LoadDefaultClassDef() public static method

public static LoadDefaultClassDef ( ) : IClassDef
return IClassDef

LoadDefaultClassDefVWG() public static method

public static LoadDefaultClassDefVWG ( ) : IClassDef
return IClassDef

LoadDefaultClassDefWithDefault() public static method

public static LoadDefaultClassDefWithDefault ( string testPropDefault ) : IClassDef
testPropDefault string
return IClassDef

LoadDefaultClassDefWithDifferentTableAndFieldNames() public static method

public static LoadDefaultClassDefWithDifferentTableAndFieldNames ( ) : IClassDef
return IClassDef

LoadDefaultClassDefWithFilterDef() public static method

public static LoadDefaultClassDefWithFilterDef ( ) : IClassDef
return IClassDef

LoadDefaultClassDef_CompulsoryField_TestProp() public static method

public static LoadDefaultClassDef_CompulsoryField_TestProp ( ) : IClassDef
return IClassDef

LoadWebGuiClassDef() public static method

public static LoadWebGuiClassDef ( ) : IClassDef
return IClassDef

MyBO() public method

public MyBO ( ) : System
return System

MyBO() protected method

protected MyBO ( ConstructForFakes constructForFakes ) : System
constructForFakes ConstructForFakes
return System

MyBO() public method

public MyBO ( IClassDef def ) : System
def IClassDef
return System

MyBO() protected method

protected MyBO ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

SetToString() public method

public SetToString ( string value ) : void
value string
return void

ToString() public method

Returns a that represents the current .
public ToString ( ) : string
return string