C# Class Widgetsphere.Generator.ProjectItemGenerators.BusinessCollection.BusinessCollectionGeneratedTemplate

Inheritance: BaseClassTemplate
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
AppendConstructors ( ) : void
AppendMemberVariables ( ) : void
AppendMethodNewItems ( ) : void
AppendMethods ( ) : void
AppendUsingStatements ( ) : void
BusinessCollectionGeneratedTemplate ( ModelRoot model, Table currentTable ) : System

Protected Methods

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

Private Methods

Method Description
AppendAggregateAverage ( string scope, ListtableList, Column>.Dictionary columnList, List typeList ) : void
AppendAggregateAverageBody ( string scope, Column>.Dictionary columnList, string typeName ) : void
AppendAggregateCount ( string scope, ListtableList, Column>.Dictionary columnList ) : void
AppendAggregateDistinct ( string scope, ListtableList, Column>.Dictionary columnList, List typeList ) : void
AppendAggregateDistinctBody ( string scope, Column>.Dictionary columnList, string typeName ) : void
AppendAggregateMax ( string scope, ListtableList, Column>.Dictionary columnList, List typeList ) : void
AppendAggregateMaxBody ( string scope, Column>.Dictionary columnList, string typeName ) : void
AppendAggregateMethods ( ) : void
AppendAggregateMin ( string scope, ListtableList, Column>.Dictionary columnList, List typeList ) : void
AppendAggregateMinBody ( string scope, Column>.Dictionary columnList, string typeName ) : void
AppendAggregateSum ( string scope, ListtableList, Column>.Dictionary columnList, List typeList ) : void
AppendAggregateSumBody ( string scope, Column>.Dictionary columnList, string typeName ) : void
AppendClass ( ) : void
AppendClassEnumerator ( ) : void
AppendConstructorDefault ( ) : void
AppendConstructorDomainClass ( ) : void
AppendConstructorModifier ( ) : void
AppendDeleteDataScaler ( ) : void
AppendIListImplementation ( ) : 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
AppendRegionCustomSelectByRules ( ) : void
AppendRegionEnumerator ( ) : void
AppendRegionGetDatabaseFieldName ( ) : void
AppendRegionGetFilteredList ( ) : void
AppendRegionIBusinessCollectionExplicit ( ) : void
AppendRegionSearch ( ) : void
AppendRegionSelectByDates ( ) : void
AppendRejectChanges ( ) : void
AppendResetWrappedClass ( ) : void
AppendSearchClass ( ) : void
AppendStaticSQLMethods ( ) : void
AppendUpdateDataScaler ( ) : void
GenerateContent ( ) : void
GetFieldSQL ( List fieldSQLList ) : string
GetValidSearchColumns ( ) : IEnumerable

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

BusinessCollectionGeneratedTemplate() public method

public BusinessCollectionGeneratedTemplate ( ModelRoot model, Table currentTable ) : System
model ModelRoot
currentTable Table
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