Method | Description | |
---|---|---|
AppendConstructor ( ) : void | ||
AppendGetPropertyDefinitionsMethod ( ) : void | ||
AppendInitializeMethod ( ) : void | ||
AppendMemberVariables ( ) : void | ||
AppendUsingStatements ( ) : void | ||
DomainCollectionGeneratedTemplate ( ModelRoot model, Table currentTable ) : System |
Method | Description | |
---|---|---|
GetDefaultForRequiredParam ( string codeType ) : string | ||
InitColumnText ( Column dbColumn ) : string | ||
PrimaryKeyColumnList ( ) : string | ||
PrimaryKeyInputParameterList ( ) : string | ||
PrimaryKeyInputParameterList ( Relation relation ) : string | ||
PrimaryKeyParameterList ( ) : string | ||
SetInitialValues ( ) : string |
Method | Description | |
---|---|---|
AppendAfterChangeEventClass ( ) : void | ||
AppendBeforeChangeEventClass ( ) : void | ||
AppendDomainCollectionClass ( ) : void | ||
AppendInterfaces ( ) : void | ||
AppendRegionConstructors ( ) : void | ||
AppendRegionDataColumnsSetup ( ) : void | ||
AppendRegionDatabaseRetrieval ( ) : void | ||
AppendRegionDomainCollectionMethods ( ) : void | ||
AppendRegionHelpers ( ) : void | ||
AppendRegionMemberVariables ( ) : void | ||
AppendRegionMethods ( ) : void | ||
AppendRegionPersistableDomainCollectionBaseMethods ( ) : void | ||
AppendRegionProperties ( ) : void | ||
AppendRegionProtectedOverrides ( ) : void | ||
AppendRegionSelectCommands ( ) : void | ||
AppendRegionSerializable ( ) : void | ||
GenerateContent ( ) : void | ||
PrepareDefault ( Column dbColumn ) : string |
public AppendGetPropertyDefinitionsMethod ( ) : void | ||
return | void |
public DomainCollectionGeneratedTemplate ( ModelRoot model, Table currentTable ) : System | ||
model | ModelRoot | |
currentTable | Table | |
return | System |
protected GetDefaultForRequiredParam ( string codeType ) : string | ||
codeType | string | |
return | string |
protected InitColumnText ( Column dbColumn ) : string | ||
dbColumn | Column | |
return | string |
protected PrimaryKeyInputParameterList ( ) : string | ||
return | string |
protected PrimaryKeyInputParameterList ( Relation relation ) : string | ||
relation | Relation | |
return | string |
protected PrimaryKeyParameterList ( ) : string | ||
return | string |