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

Show file Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
eventName string
objType string

Public Methods

Method 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

Protected Methods

Method Description
ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes

Method Details

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void
host Arebis
ctx IZetboxContext
prop System.Property
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : void
_host Arebis
ctx IZetboxContext
eventName string
objType string
return void

Generate() public method

public Generate ( ) : void
return void

ModifyMemberAttributes() protected method

protected ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes
memberAttributes System
return System.CodeDom.MemberAttributes

PropertyListChangedEvent() public method

public PropertyListChangedEvent ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : System
_host Arebis
ctx IZetboxContext
eventName string
objType string
return System

Property Details

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

eventName protected property

protected string eventName
return string

objType protected property

protected string objType
return string