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

Inheritance: Zetbox.Generator.MemberTemplate
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
backingPropertyName string
backingType string
ctx IZetboxContext
presentedType string
propName string

Méthodes publiques

Méthode 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 méthode

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
Résultat void

DelegatingProperty() public méthode

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
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

backingPropertyName protected_oe property

protected string backingPropertyName
Résultat string

backingType protected_oe property

protected string backingType
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

presentedType protected_oe property

protected string presentedType
Résultat string

propName protected_oe property

protected string propName
Résultat string