C# Class Zetbox.App.GUI.ViewModelDescriptorMemoryImpl

Inheritance: Zetbox.DalProvider.Memory.DataObjectMemoryImpl, ViewModelDescriptor, Zetbox.API.IExportableInternal
Afficher le fichier Open project: daszat/zetbox

Private Properties

Свойство Type Description
GetName string
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
OnSecondaryControlKindsCollectionChanged void
ToString string
ViewModelDescriptorMemoryImpl System
_InitializePropertyDescriptors void

Méthodes publiques

Méthode Description
ApplyChangesFrom ( IPersistenceObject obj ) : void
Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
MergeImport ( System xml ) : void
ReloadReferences ( ) : void
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchDefaultDisplayKindAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchDefaultEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchDefaultGridCellDisplayKindAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchDefaultGridCellEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchDefaultGridCellPreEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchSecondaryControlKindsAsync ( ) : Zetbox.API.Async.ZbTask
UpdateParent ( string propertyName, IDataObject parentObj ) : void
ViewModelDescriptorMemoryImpl ( Func lazyCtx ) : System

Méthodes protégées

Méthode Description
CollectProperties ( Func lazyCtx, List props ) : void
OnPropertyChanged ( string property, object oldValue, object newValue ) : void
ShouldSetModified ( string property ) : bool

Private Methods

Méthode Description
GetName ( ) : string
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
OnSecondaryControlKindsCollectionChanged ( ) : void
ToString ( ) : string
ViewModelDescriptorMemoryImpl ( ) : System
_InitializePropertyDescriptors ( Func lazyCtx ) : void

Method Details

ApplyChangesFrom() public méthode

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
Résultat void

CollectProperties() protected méthode

protected CollectProperties ( Func lazyCtx, List props ) : void
lazyCtx Func
props List
Résultat void

Export() public méthode

public Export ( System xml, string modules ) : void
xml System
modules string
Résultat void

FromStream() public méthode

public FromStream ( Zetbox binStream ) : IEnumerable
binStream Zetbox
Résultat IEnumerable

GetImplementedInterface() public méthode

public GetImplementedInterface ( ) : Type
Résultat System.Type

MergeImport() public méthode

public MergeImport ( System xml ) : void
xml System
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void

ReloadReferences() public méthode

public ReloadReferences ( ) : void
Résultat void

SetNew() public méthode

public SetNew ( ) : void
Résultat void

ShouldSetModified() protected méthode

protected ShouldSetModified ( string property ) : bool
property string
Résultat bool

ToStream() public méthode

public ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
binStream Zetbox
auxObjects HashSet
eagerLoadLists bool
Résultat void

TriggerFetch() public méthode

public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
propName string
Résultat Zetbox.API.Async.ZbTask

TriggerFetchDefaultDisplayKindAsync() public méthode

public TriggerFetchDefaultDisplayKindAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchDefaultEditorKindAsync() public méthode

public TriggerFetchDefaultEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchDefaultGridCellDisplayKindAsync() public méthode

public TriggerFetchDefaultGridCellDisplayKindAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchDefaultGridCellEditorKindAsync() public méthode

public TriggerFetchDefaultGridCellEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchDefaultGridCellPreEditorKindAsync() public méthode

public TriggerFetchDefaultGridCellPreEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchModuleAsync() public méthode

public TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

TriggerFetchSecondaryControlKindsAsync() public méthode

public TriggerFetchSecondaryControlKindsAsync ( ) : Zetbox.API.Async.ZbTask
Résultat Zetbox.API.Async.ZbTask

UpdateParent() public méthode

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
Résultat void

ViewModelDescriptorMemoryImpl() public méthode

public ViewModelDescriptorMemoryImpl ( Func lazyCtx ) : System
lazyCtx Func
Résultat System