C# Class Zetbox.Generator.Templates.ObjectClasses.OnPropertyChange

Inheritance: Zetbox.Generator.ResourceTemplate
Mostra file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
ctx IZetboxContext
dt DataType

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void
Generate ( ) : void
GetAuditProperties ( ) : List
GetRecalcProperties ( ) : List
OnPropertyChange ( Arebis _host, IZetboxContext ctx, DataType dt ) : System

Protected Methods

Method Description
ApplyNotifyPropertyChanged ( System.Property prop ) : void
ApplyNotifyPropertyChanging ( System.Property prop ) : void
GetNonModifyingProperties ( ) : List

Method Details

ApplyNotifyPropertyChanged() protected method

protected ApplyNotifyPropertyChanged ( System.Property prop ) : void
prop System.Property
return void

ApplyNotifyPropertyChanging() protected method

protected ApplyNotifyPropertyChanging ( System.Property prop ) : void
prop System.Property
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void
_host Arebis
ctx IZetboxContext
dt DataType
return void

Generate() public method

public Generate ( ) : void
return void

GetAuditProperties() public method

public GetAuditProperties ( ) : List
return List

GetNonModifyingProperties() protected method

protected GetNonModifyingProperties ( ) : List
return List

GetRecalcProperties() public method

public GetRecalcProperties ( ) : List
return List

OnPropertyChange() public method

public OnPropertyChange ( Arebis _host, IZetboxContext ctx, DataType dt ) : System
_host Arebis
ctx IZetboxContext
dt DataType
return System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

dt protected_oe property

protected DataType dt
return DataType