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

Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
ctx IZetboxContext
eventName string
objType string

Méthodes publiques

Méthode Description
Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void
Call ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : void
Generate ( ) : void
PropertyListChangedEvent ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : 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 ) : void
host Arebis
ctx IZetboxContext
prop System.Property
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : void
_host Arebis
ctx IZetboxContext
eventName string
objType string
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

PropertyListChangedEvent() public méthode

public PropertyListChangedEvent ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : System
_host Arebis
ctx IZetboxContext
eventName string
objType string
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

objType protected_oe property

protected string objType
Résultat string