Свойство | Тип | Описание | |
---|---|---|---|
OnPropertyChanged | void | ||
System | int |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void | ||
System ( object other ) : int |
public ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
obj | IPersistenceObject | |
Результат | void |
public AttachToContext ( IZetboxContext ctx, Func |
||
ctx | IZetboxContext | |
lazyFrozenContext | Func |
|
Результат | void |
public DetachFromContext ( IZetboxContext ctx ) : void | ||
ctx | IZetboxContext | |
Результат | void |
public FromStream ( ZetboxStreamReader sr ) : IEnumerable |
||
sr | ZetboxStreamReader | |
Результат | IEnumerable |
public GetAttributes ( ) : |
||
Результат |
public GetConverter ( ) : |
||
Результат |
public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor | ||
Результат | System.ComponentModel.EventDescriptor |
public GetDefaultProperty ( ) : |
||
Результат |
public GetEditor ( |
||
editorBaseType | ||
Результат | object |
public GetEvents ( ) : |
||
Результат |
public GetEvents ( |
||
attributes | ||
Результат |
public GetInterfaceType ( ) : InterfaceType | ||
Результат | InterfaceType |
public GetProperties ( ) : |
||
Результат |
public GetProperties ( |
||
attributes | ||
Результат |
public GetPropertyOwner ( |
||
pd | ||
Результат | object |
public IsInitialized ( string propName ) : bool | ||
propName | string | |
Результат | bool |
public NotifyPropertyChanged ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
Результат | void |
public NotifyPropertyChanging ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
Результат | void |
public OneSide ( List |
||
initialObjects | List |
|
Результат | System |
public Recalculate ( string propName ) : void | ||
propName | string | |
Результат | void |
public ToStream ( ZetboxStreamWriter sw, HashSet |
||
sw | ZetboxStreamWriter | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
Результат | void |
public TriggerFetch ( string propName ) : ZbTask | ||
propName | string | |
Результат | ZbTask |
public UpdateParent ( string propertyName, IDataObject parentObj ) : void | ||
propertyName | string | |
parentObj | IDataObject | |
Результат | void |
public this ( string columnName ) : string | ||
columnName | string | |
Результат | string |