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

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

Protected Properties

Свойство Type Description
ctx IZetboxContext
dt DataType

Méthodes publiques

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

Méthodes protégées

Méthode Description
ApplyNotifyPropertyChanged ( System.Property prop ) : void
ApplyNotifyPropertyChanging ( System.Property prop ) : void
GetNonModifyingProperties ( ) : List

Method Details

ApplyNotifyPropertyChanged() protected méthode

protected ApplyNotifyPropertyChanged ( System.Property prop ) : void
prop System.Property
Résultat void

ApplyNotifyPropertyChanging() protected méthode

protected ApplyNotifyPropertyChanging ( System.Property prop ) : void
prop System.Property
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void
_host Arebis
ctx IZetboxContext
dt DataType
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

GetAuditProperties() public méthode

public GetAuditProperties ( ) : List
Résultat List

GetNonModifyingProperties() protected méthode

protected GetNonModifyingProperties ( ) : List
Résultat List

GetRecalcProperties() public méthode

public GetRecalcProperties ( ) : List
Résultat List

OnPropertyChange() public méthode

public OnPropertyChange ( Arebis _host, IZetboxContext ctx, DataType dt ) : System
_host Arebis
ctx IZetboxContext
dt DataType
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

dt protected_oe property

protected DataType dt
Résultat DataType