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

Inheritance: Zetbox.Generator.MemberTemplate
Datei anzeigen 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_oe property

protected string backingPropertyName
return string

backingType protected_oe property

protected string backingType
return string

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