Property | Type | Description | |
---|---|---|---|
ctx | IZetboxContext | ||
dt | DataType |
Method | Description | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void | ||
Generate ( ) : void | ||
GetAuditProperties ( ) : List |
||
GetRecalcProperties ( ) : List |
||
OnPropertyChange ( Arebis _host, IZetboxContext ctx, DataType dt ) : System |
Method | Description | |
---|---|---|
ApplyNotifyPropertyChanged ( System.Property prop ) : void | ||
ApplyNotifyPropertyChanging ( System.Property prop ) : void | ||
GetNonModifyingProperties ( ) : List |
protected ApplyNotifyPropertyChanged ( System.Property prop ) : void | ||
prop | System.Property | |
return | void |
protected ApplyNotifyPropertyChanging ( System.Property prop ) : void | ||
prop | System.Property | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
dt | DataType | |
return | void |
protected GetNonModifyingProperties ( ) : List |
||
return | List |
public OnPropertyChange ( Arebis _host, IZetboxContext ctx, DataType dt ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
dt | DataType | |
return | System |