C# Class Zetbox.Generator.Templates.Properties.DefaultProperty

Inheritance: Zetbox.Generator.MemberTemplate
显示文件 Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
presentedType string
propName string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : void
DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
Generate ( ) : void

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : void
_host Arebis
ctx IZetboxContext
propName string
presentedType string
return void

DefaultProperty() public method

public DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
_host Arebis
ctx IZetboxContext
propName string
presentedType string
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

presentedType protected_oe property

protected string presentedType
return string

propName protected_oe property

protected string propName
return string