Property | Type | Description | |
---|---|---|---|
GetDefaultViewModel | |||
NotifyCreated | void | ||
NotifyDeleting | void | ||
NotifyPostSave | void | ||
NotifyPreSave | void | ||
ObjectIsValid | ObjectIsValidResult | ||
ToString | string | ||
_InitializePropertyDescriptors | void |
Method | Description | |
---|---|---|
ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
Export ( System xml, string modules ) : void | ||
FromStream ( Zetbox binStream ) : IEnumerable |
||
GetImplementedInterface ( ) : |
||
MergeImport ( System xml ) : void | ||
NavigationSearchScreenNHibernateImpl ( ) : System | ||
NavigationSearchScreenNHibernateImpl ( Func |
Create a new unattached instance
|
|
NavigationSearchScreenNHibernateImpl ( Func |
Create a instance, wrapping the specified proxy
|
|
ReloadReferences ( ) : void | ||
SetNew ( ) : void | ||
ToStream ( Zetbox binStream, HashSet |
||
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask | ||
TriggerFetchRequestedEditorKindAsync ( ) : Zetbox.API.Async.ZbTask | ||
TriggerFetchRequestedWorkspaceKindAsync ( ) : Zetbox.API.Async.ZbTask | ||
TriggerFetchTypeAsync ( ) : Zetbox.API.Async.ZbTask | ||
UpdateParent ( string propertyName, IDataObject parentObj ) : void |
Method | Description | |
---|---|---|
CollectProperties ( Func |
||
OnPropertyChanged ( string property, object oldValue, object newValue ) : void |
Method | Description | |
---|---|---|
GetDefaultViewModel ( Zetbox dataCtx, System parent ) : |
||
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 Export ( System xml, string modules ) : void | ||
xml | System | |
modules | string | |
return | void |
public FromStream ( Zetbox binStream ) : IEnumerable |
||
binStream | Zetbox | |
return | IEnumerable |
public GetImplementedInterface ( ) : |
||
return |
public NavigationSearchScreenNHibernateImpl ( ) : System | ||
return | System |
public NavigationSearchScreenNHibernateImpl ( Func |
||
lazyCtx | Func |
|
return | System |
public NavigationSearchScreenNHibernateImpl ( Func |
||
lazyCtx | Func |
|
proxy | NavigationSearchScreenProxy | |
return | System |
protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
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 TriggerFetchRequestedEditorKindAsync ( ) : Zetbox.API.Async.ZbTask | ||
return | Zetbox.API.Async.ZbTask |
public TriggerFetchRequestedWorkspaceKindAsync ( ) : Zetbox.API.Async.ZbTask | ||
return | Zetbox.API.Async.ZbTask |
public TriggerFetchTypeAsync ( ) : Zetbox.API.Async.ZbTask | ||
return | Zetbox.API.Async.ZbTask |
public UpdateParent ( string propertyName, IDataObject parentObj ) : void | ||
propertyName | string | |
parentObj | IDataObject | |
return | void |