C# Class Widgetsphere.Generator.ProjectItemGenerators.BusinessComponent.BusinessComponentGeneratedTemplate

Inheritance: BaseClassTemplate
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
AppendConstructor ( ) : void
AppendFullTemplate ( ) : void
AppendInitializeMethod ( ) : void
AppendMemberVariables ( ) : void
AppendUsingStatements ( ) : void
BusinessComponentGeneratedTemplate ( ModelRoot model, TableComponent currentComponent ) : System

Méthodes protégées

Méthode Description
EnsureValidPropertyName ( string propertyName ) : string
PrimaryKeyInputParameterList ( ) : string
PrimaryKeyParameterList ( bool useType ) : string

Private Methods

Méthode Description
AppendClass ( ) : void
AppendIAuditable ( ) : void
AppendMethodGetProperty ( ) : void
AppendMethodGetPropertyDefinitions ( ) : void
AppendMethodGetPropertyItem ( ) : void
AppendMethodReleaseNonIdentifyingRelationships ( ) : void
AppendMethodSelectByPrimaryKey ( ) : void
AppendMethodSetProperty ( ) : void
AppendPropertyContainer ( ) : void
AppendRegionFieldDescriptor ( ) : void
AppendRegionGetDefault ( ) : void
AppendRegionGetFieldLength ( ) : void
AppendRegionGetFriendlyName ( ) : void
AppendRegionGetMask ( ) : void
AppendRegionGetMaxLength ( ) : void
AppendRegionGetValue ( ) : void
AppendRegionIBusinessObject ( ) : void
AppendRegionParentCollection ( ) : void
AppendRegionSetValue ( ) : void
GenerateContent ( ) : void

Method Details

AppendConstructor() public méthode

public AppendConstructor ( ) : void
Résultat void

AppendFullTemplate() public méthode

public AppendFullTemplate ( ) : void
Résultat void

AppendInitializeMethod() public méthode

public AppendInitializeMethod ( ) : void
Résultat void

AppendMemberVariables() public méthode

public AppendMemberVariables ( ) : void
Résultat void

AppendUsingStatements() public méthode

public AppendUsingStatements ( ) : void
Résultat void

BusinessComponentGeneratedTemplate() public méthode

public BusinessComponentGeneratedTemplate ( ModelRoot model, TableComponent currentComponent ) : System
model ModelRoot
currentComponent TableComponent
Résultat System

EnsureValidPropertyName() protected méthode

protected EnsureValidPropertyName ( string propertyName ) : string
propertyName string
Résultat string

PrimaryKeyInputParameterList() protected méthode

protected PrimaryKeyInputParameterList ( ) : string
Résultat string

PrimaryKeyParameterList() protected méthode

protected PrimaryKeyParameterList ( bool useType ) : string
useType bool
Résultat string