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

显示文件 Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
props List

Public Methods

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

Protected Methods

Method Description
ApplyCase ( UpdateParentTemplateParams prop ) : void
GetParentObjExpression ( string ifType ) : string
GetPropertyBackingStore ( string propName ) : string

Method Details

ApplyCase() protected method

protected ApplyCase ( UpdateParentTemplateParams prop ) : void
prop UpdateParentTemplateParams
return void

Call() public static method

public static Call ( Arebis _host, List props ) : void
_host Arebis
props List
return void

Call() public static method

public static Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType ) : void
host IGenerationHost
ctx IZetboxContext
dataType DataType
return void

Generate() public method

public Generate ( ) : void
return void

GetParentObjExpression() protected method

protected GetParentObjExpression ( string ifType ) : string
ifType string
return string

GetPropertyBackingStore() protected method

protected GetPropertyBackingStore ( string propName ) : string
propName string
return string

UpdateParentTemplate() public method

public UpdateParentTemplate ( Arebis _host, List props ) : System
_host Arebis
props List
return System

Property Details

props protected_oe property

protected List props
return List