C# Class Zetbox.Generator.Templates.ObjectClasses.UpdateParentTemplate

Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
props List

Méthodes publiques

Méthode Description
Call ( Arebis _host, List props ) : void
Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType ) : void
Generate ( ) : void
UpdateParentTemplate ( Arebis _host, List props ) : System

Méthodes protégées

Méthode Description
ApplyCase ( UpdateParentTemplateParams prop ) : void
GetParentObjExpression ( string ifType ) : string
GetPropertyBackingStore ( string propName ) : string

Method Details

ApplyCase() protected méthode

protected ApplyCase ( UpdateParentTemplateParams prop ) : void
prop UpdateParentTemplateParams
Résultat void

Call() public static méthode

public static Call ( Arebis _host, List props ) : void
_host Arebis
props List
Résultat void

Call() public static méthode

public static Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType ) : void
host IGenerationHost
ctx IZetboxContext
dataType DataType
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

GetParentObjExpression() protected méthode

protected GetParentObjExpression ( string ifType ) : string
ifType string
Résultat string

GetPropertyBackingStore() protected méthode

protected GetPropertyBackingStore ( string propName ) : string
propName string
Résultat string

UpdateParentTemplate() public méthode

public UpdateParentTemplate ( Arebis _host, List props ) : System
_host Arebis
props List
Résultat System

Property Details

props protected_oe property

protected List props
Résultat List