Свойство | Type | Description | |
---|---|---|---|
OnPropertyChanged | void | ||
System | int |
Méthode | Description | |
---|---|---|
ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
AttachToContext ( IZetboxContext ctx, Func |
||
DetachFromContext ( IZetboxContext ctx ) : void | ||
FromStream ( ZetboxStreamReader sr ) : IEnumerable |
||
GetAttributes ( ) : |
||
GetClassName ( ) : string | ||
GetComponentName ( ) : string | ||
GetConverter ( ) : |
||
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( ) : |
||
GetEditor ( |
||
GetEvents ( ) : |
||
GetEvents ( |
||
GetInterfaceType ( ) : InterfaceType | ||
GetProperties ( ) : |
||
GetProperties ( |
||
GetPropertyOwner ( |
||
IsInitialized ( string propName ) : bool | ||
NextId ( ) : int | ||
NotifyCreated ( ) : void | ||
NotifyDeleting ( ) : void | ||
NotifyPostSave ( ) : void | ||
NotifyPreSave ( ) : void | ||
NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void | ||
NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void | ||
OneSide ( List |
||
Recalculate ( string propName ) : void | ||
ReloadReferences ( ) : void | ||
ToStream ( ZetboxStreamWriter sw, HashSet |
||
TriggerFetch ( string propName ) : ZbTask | ||
UpdateParent ( string propertyName, IDataObject parentObj ) : void | ||
Validate ( ) : ObjectIsValidResult | ||
this ( string columnName ) : string |
Méthode | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void | ||
System ( object other ) : int |
public ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
obj | IPersistenceObject | |
Résultat | void |
public AttachToContext ( IZetboxContext ctx, Func |
||
ctx | IZetboxContext | |
lazyFrozenContext | Func |
|
Résultat | void |
public DetachFromContext ( IZetboxContext ctx ) : void | ||
ctx | IZetboxContext | |
Résultat | void |
public FromStream ( ZetboxStreamReader sr ) : IEnumerable |
||
sr | ZetboxStreamReader | |
Résultat | IEnumerable |
public GetAttributes ( ) : |
||
Résultat |
public GetConverter ( ) : |
||
Résultat |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
Résultat | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
Résultat |
public GetEditor ( |
||
editorBaseType | ||
Résultat | object |
public GetEvents ( ) : |
||
Résultat |
public GetEvents ( |
||
attributes | ||
Résultat |
public GetInterfaceType ( ) : InterfaceType | ||
Résultat | InterfaceType |
public GetProperties ( ) : |
||
Résultat |
public GetProperties ( |
||
attributes | ||
Résultat |
public GetPropertyOwner ( |
||
pd | ||
Résultat | object |
public IsInitialized ( string propName ) : bool | ||
propName | string | |
Résultat | bool |
public NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
Résultat | void |
public NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
Résultat | void |
public OneSide ( List |
||
initialObjects | List |
|
Résultat | System |
public Recalculate ( string propName ) : void | ||
propName | string | |
Résultat | void |
public ToStream ( ZetboxStreamWriter sw, HashSet |
||
sw | ZetboxStreamWriter | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
Résultat | void |
public TriggerFetch ( string propName ) : ZbTask | ||
propName | string | |
Résultat | ZbTask |
public UpdateParent ( string propertyName, IDataObject parentObj ) : void | ||
propertyName | string | |
parentObj | IDataObject | |
Résultat | void |