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

Inheritance: Zetbox.Generator.MemberTemplate
Show file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
backingPropertyName string
backingType string
ctx IZetboxContext
presentedType string
propName string

Public Methods

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

Method Details

Call() public static method

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

DelegatingProperty() public method

public DelegatingProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType, string backingPropertyName, string backingType ) : System
_host Arebis
ctx IZetboxContext
propName string
presentedType string
backingPropertyName string
backingType string
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

backingPropertyName protected property

protected string backingPropertyName
return string

backingType protected property

protected string backingType
return string

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

presentedType protected property

protected string presentedType
return string

propName protected property

protected string propName
return string