C# Класс Widgetsphere.Generator.ProjectItemGenerators.BusinessCollection.BusinessCollectionGeneratedTemplate

Наследование: BaseClassTemplate
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppendConstructors ( ) : void
AppendMemberVariables ( ) : void
AppendMethodNewItems ( ) : void
AppendMethods ( ) : void
AppendUsingStatements ( ) : void
BusinessCollectionGeneratedTemplate ( ModelRoot model, Table currentTable ) : System

Защищенные методы

Метод Описание
GetDefaultForRequiredParam ( string codeType ) : string
PrimaryKeyColumnList ( ) : string
PrimaryKeyInputParameterList ( ) : string
PrimaryKeyParameterList ( bool includeDataType ) : string
SetInitialValues ( ) : string

Приватные методы

Метод Описание
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

Описание методов

AppendConstructors() публичный Метод

public AppendConstructors ( ) : void
Результат void

AppendMemberVariables() публичный Метод

public AppendMemberVariables ( ) : void
Результат void

AppendMethodNewItems() публичный Метод

public AppendMethodNewItems ( ) : void
Результат void

AppendMethods() публичный Метод

public AppendMethods ( ) : void
Результат void

AppendUsingStatements() публичный Метод

public AppendUsingStatements ( ) : void
Результат void

BusinessCollectionGeneratedTemplate() публичный Метод

public BusinessCollectionGeneratedTemplate ( ModelRoot model, Table currentTable ) : System
model ModelRoot
currentTable Table
Результат System

GetDefaultForRequiredParam() защищенный Метод

protected GetDefaultForRequiredParam ( string codeType ) : string
codeType string
Результат string

PrimaryKeyColumnList() защищенный Метод

protected PrimaryKeyColumnList ( ) : string
Результат string

PrimaryKeyInputParameterList() защищенный Метод

protected PrimaryKeyInputParameterList ( ) : string
Результат string

PrimaryKeyParameterList() защищенный Метод

protected PrimaryKeyParameterList ( bool includeDataType ) : string
includeDataType bool
Результат string

SetInitialValues() защищенный Метод

protected SetInitialValues ( ) : string
Результат string