Property | Type | Description | |
---|---|---|---|
AddProperty | Zetbox.App.Base.Property | ||
EnumerationEfImpl | System | ||
GetDataType | |||
GetDataTypeString | string | ||
GetEntryByName | Zetbox.App.Base.EnumerationEntry | ||
GetEntryByValue | Zetbox.App.Base.EnumerationEntry | ||
GetEnumerationEntriesImplCollection | EntityCollection |
||
GetLabelByName | string | ||
GetLabelByValue | string | ||
ImplementInterfaces | void | ||
NotifyCreated | void | ||
NotifyDeleting | void | ||
NotifyPostSave | void | ||
NotifyPreSave | void | ||
ObjectIsValid | ObjectIsValidResult | ||
ToString | string | ||
_InitializePropertyDescriptors | void |
Method | Description | |
---|---|---|
ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
EnumerationEfImpl ( Func |
||
Export ( System xml, string modules ) : void | ||
FromStream ( Zetbox binStream ) : IEnumerable |
||
GetImplementedInterface ( ) : |
||
MergeImport ( System xml ) : void | ||
ReloadReferences ( ) : void | ||
SetNew ( ) : void | ||
ToStream ( Zetbox binStream, HashSet |
||
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask | ||
TriggerFetchEnumerationEntriesAsync ( ) : Zetbox.API.Async.ZbTask |
Method | Description | |
---|---|---|
CollectProperties ( Func |
||
OnPropertyChanged ( string property, object oldValue, object newValue ) : void | ||
ShouldSetModified ( string property ) : bool |
Method | Description | |
---|---|---|
AddProperty ( ) : Zetbox.App.Base.Property | ||
EnumerationEfImpl ( ) : System | ||
GetDataType ( ) : |
||
GetDataTypeString ( ) : string | ||
GetEntryByName ( string name ) : Zetbox.App.Base.EnumerationEntry | ||
GetEntryByValue ( int val ) : Zetbox.App.Base.EnumerationEntry | ||
GetEnumerationEntriesImplCollection ( ) : EntityCollection |
||
GetLabelByName ( string name ) : string | ||
GetLabelByValue ( int val ) : string | ||
ImplementInterfaces ( ) : void | ||
NotifyCreated ( ) : void | ||
NotifyDeleting ( ) : void | ||
NotifyPostSave ( ) : void | ||
NotifyPreSave ( ) : void | ||
ObjectIsValid ( ) : ObjectIsValidResult | ||
ToString ( ) : string | ||
_InitializePropertyDescriptors ( Func |
public ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
obj | IPersistenceObject | |
return | void |
protected CollectProperties ( Func |
||
lazyCtx | Func |
|
props | List |
|
return | void |
public EnumerationEfImpl ( Func |
||
lazyCtx | Func |
|
return | System |
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 |
protected ShouldSetModified ( string property ) : bool | ||
property | string | |
return | bool |
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 TriggerFetchEnumerationEntriesAsync ( ) : Zetbox.API.Async.ZbTask | ||
return | Zetbox.API.Async.ZbTask |