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

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

Protected Properties

Свойство Type Description
ctx IZetboxContext
eventName string
hasGetters bool
hasSetters bool
objType string
propType string

Méthodes publiques

Méthode Description
Call ( Arebis host, IZetboxContext ctx, System.Property prop, bool isReadOnly ) : void
Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : void
Generate ( ) : void
PropertyEvents ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : System

Méthodes protégées

Méthode Description
ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes

Method Details

Call() public static méthode

public static Call ( Arebis host, IZetboxContext ctx, System.Property prop, bool isReadOnly ) : void
host Arebis
ctx IZetboxContext
prop System.Property
isReadOnly bool
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : void
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
hasGetters bool
hasSetters bool
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ModifyMemberAttributes() protected méthode

protected ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes
memberAttributes System
Résultat System.CodeDom.MemberAttributes

PropertyEvents() public méthode

public PropertyEvents ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : System
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
hasGetters bool
hasSetters bool
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

eventName protected_oe property

protected string eventName
Résultat string

hasGetters protected_oe property

protected bool hasGetters
Résultat bool

hasSetters protected_oe property

protected bool hasSetters
Résultat bool

objType protected_oe property

protected string objType
Résultat string

propType protected_oe property

protected string propType
Résultat string