Property | Type | Description | |
---|---|---|---|
AccessControlMemoryImpl | System | ||
NotifyCreated | void | ||
NotifyDeleting | void | ||
NotifyPostSave | void | ||
NotifyPreSave | void | ||
ObjectIsValid | ObjectIsValidResult | ||
ToString | string | ||
_InitializePropertyDescriptors | void |
Method | Description | |
---|---|---|
AccessControlMemoryImpl ( Func |
||
ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
Export ( System xml, string modules ) : void | ||
FromStream ( Zetbox binStream ) : IEnumerable |
||
GetImplementedInterface ( ) : |
||
MergeImport ( System xml ) : void | ||
Recalculate ( string property ) : void | ||
ReloadReferences ( ) : void | ||
SetNew ( ) : void | ||
ToStream ( Zetbox binStream, HashSet |
||
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask | ||
TriggerFetchChangedByAsync ( ) : Zetbox.API.Async.ZbTask |
||
TriggerFetchCreatedByAsync ( ) : Zetbox.API.Async.ZbTask |
||
TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask |
||
TriggerFetchObjectClassAsync ( ) : Zetbox.API.Async.ZbTask |
||
UpdateParent ( string propertyName, IDataObject parentObj ) : void |
Method | Description | |
---|---|---|
CollectProperties ( Func |
||
OnPropertyChanged ( string property, object oldValue, object newValue ) : void |
Method | Description | |
---|---|---|
AccessControlMemoryImpl ( ) : System | ||
NotifyCreated ( ) : void | ||
NotifyDeleting ( ) : void | ||
NotifyPostSave ( ) : void | ||
NotifyPreSave ( ) : void | ||
ObjectIsValid ( ) : ObjectIsValidResult | ||
ToString ( ) : string | ||
_InitializePropertyDescriptors ( Func |
public AccessControlMemoryImpl ( Func |
||
lazyCtx | Func |
|
return | System |
public ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
obj | IPersistenceObject | |
return | void |
protected CollectProperties ( Func |
||
lazyCtx | Func |
|
props | List |
|
return | void |
public Export ( System xml, string modules ) : void | ||
xml | System | |
modules | string | |
return | void |
public FromStream ( Zetbox binStream ) : IEnumerable |
||
binStream | Zetbox | |
return | IEnumerable |
public GetImplementedInterface ( ) : |
||
return |
protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
return | void |
public Recalculate ( string property ) : void | ||
property | string | |
return | void |
public ToStream ( Zetbox binStream, HashSet |
||
binStream | Zetbox | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
return | void |
public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask | ||
propName | string | |
return | Zetbox.API.Async.ZbTask |
public TriggerFetchChangedByAsync ( ) : Zetbox.API.Async.ZbTask |
||
return | Zetbox.API.Async.ZbTask |
public TriggerFetchCreatedByAsync ( ) : Zetbox.API.Async.ZbTask |
||
return | Zetbox.API.Async.ZbTask |
public TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask |
||
return | Zetbox.API.Async.ZbTask |
public TriggerFetchObjectClassAsync ( ) : Zetbox.API.Async.ZbTask |
||
return | Zetbox.API.Async.ZbTask |
public UpdateParent ( string propertyName, IDataObject parentObj ) : void | ||
propertyName | string | |
parentObj | IDataObject | |
return | void |