C# Class Widgetsphere.Generator.ProjectItemGenerators.BusinessComponentCollection.BusinessComponentCollectionGeneratedTemplate

Inheritance: BaseClassTemplate
Show file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
AppendConstructors ( ) : void
AppendMemberVariables ( ) : void
AppendMethodNewItems ( ) : void
AppendMethods ( ) : void
AppendUsingStatements ( ) : void
BusinessComponentCollectionGeneratedTemplate ( ModelRoot model, TableComponent currentComponent ) : System

Protected Methods

Method Description
GetDefaultForRequiredParam ( string codeType ) : string
PrimaryKeyColumnList ( ) : string
PrimaryKeyInputParameterList ( ) : string
PrimaryKeyParameterList ( bool includeDataType ) : string
SetInitialValues ( ) : string

Private Methods

Method Description
AppendAggregateCount ( string scope, ListtableList ) : void
AppendAggregateMethods ( ) : void
AppendClass ( ) : void
AppendClassEnumerator ( ) : void
AppendConstructorDefault ( ) : void
AppendConstructorDomainClass ( ) : void
AppendConstructorModifier ( ) : void
AppendInterfaces ( ) : void
AppendMethodAddNewItem ( ) : void
AppendMethodGet ( ) : void
AppendMethodGetEnumerator ( ) : void
AppendMethodPersist ( ) : void
AppendMethodRetieveByPrimaryKey ( ) : void
AppendMethodRetieveBySearchableFields ( ) : void
AppendMethodRetiveBySearchableFieldsSingleField ( Column column, bool isNew ) : void
AppendMethodSelectAll ( ) : void
AppendMethodSelectPaged ( ) : void
AppendMethodSelectSearch ( ) : void
AppendMethodSelectSearchLINQInherit ( ) : void
AppendMethodSelectSearchLINQNoInherit ( ) : void
AppendMethodSelectSearchLINQPaging ( ) : void
AppendMethodVisitor ( ) : void
AppendOperatorIndexer ( ) : void
AppendPagingClass ( ) : void
AppendProperties ( ) : void
AppendPropertyCollection ( ) : void
AppendPropertyContainedType ( ) : void
AppendPropertyCount ( ) : void
AppendPropertyModifier ( ) : void
AppendPropertySubDomain ( ) : void
AppendPropertyWrappedClass ( ) : void
AppendRegionEnumerator ( ) : void
AppendRegionGetDatabaseFieldName ( ) : void
AppendRegionGetFilteredList ( ) : void
AppendRegionIBusinessCollectionExplicit ( ) : void
AppendRegionSearch ( ) : void
AppendRegionSelectByDates ( ) : void
AppendRejectChanges ( ) : void
AppendSearchClass ( ) : void
GenerateContent ( ) : void
GetFieldSQL ( List fieldSQLList ) : string
GetValidSearchColumns ( ) : ArrayList

Method Details

AppendConstructors() public method

public AppendConstructors ( ) : void
return void

AppendMemberVariables() public method

public AppendMemberVariables ( ) : void
return void

AppendMethodNewItems() public method

public AppendMethodNewItems ( ) : void
return void

AppendMethods() public method

public AppendMethods ( ) : void
return void

AppendUsingStatements() public method

public AppendUsingStatements ( ) : void
return void

BusinessComponentCollectionGeneratedTemplate() public method

public BusinessComponentCollectionGeneratedTemplate ( ModelRoot model, TableComponent currentComponent ) : System
model ModelRoot
currentComponent TableComponent
return System

GetDefaultForRequiredParam() protected method

protected GetDefaultForRequiredParam ( string codeType ) : string
codeType string
return string

PrimaryKeyColumnList() protected method

protected PrimaryKeyColumnList ( ) : string
return string

PrimaryKeyInputParameterList() protected method

protected PrimaryKeyInputParameterList ( ) : string
return string

PrimaryKeyParameterList() protected method

protected PrimaryKeyParameterList ( bool includeDataType ) : string
includeDataType bool
return string

SetInitialValues() protected method

protected SetInitialValues ( ) : string
return string