C# Класс Zetbox.App.GUI.ViewModelDescriptorMemoryImpl

Наследование: Zetbox.DalProvider.Memory.DataObjectMemoryImpl, ViewModelDescriptor, Zetbox.API.IExportableInternal
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetName string
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
OnSecondaryControlKindsCollectionChanged void
ToString string
ViewModelDescriptorMemoryImpl System
_InitializePropertyDescriptors void

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CollectProperties ( Func lazyCtx, List props ) : void
OnPropertyChanged ( string property, object oldValue, object newValue ) : void
ShouldSetModified ( string property ) : bool

Приватные методы

Метод Описание
GetName ( ) : string
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
OnSecondaryControlKindsCollectionChanged ( ) : void
ToString ( ) : string
ViewModelDescriptorMemoryImpl ( ) : System
_InitializePropertyDescriptors ( Func lazyCtx ) : void

Описание методов

ApplyChangesFrom() публичный Метод

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
Результат void

CollectProperties() защищенный Метод

protected CollectProperties ( Func lazyCtx, List props ) : void
lazyCtx Func
props List
Результат void

Export() публичный Метод

public Export ( System xml, string modules ) : void
xml System
modules string
Результат void

FromStream() публичный Метод

public FromStream ( Zetbox binStream ) : IEnumerable
binStream Zetbox
Результат IEnumerable

GetImplementedInterface() публичный Метод

public GetImplementedInterface ( ) : Type
Результат System.Type

MergeImport() публичный Метод

public MergeImport ( System xml ) : void
xml System
Результат void

OnPropertyChanged() защищенный Метод

protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Результат void

ReloadReferences() публичный Метод

public ReloadReferences ( ) : void
Результат void

SetNew() публичный Метод

public SetNew ( ) : void
Результат void

ShouldSetModified() защищенный Метод

protected ShouldSetModified ( string property ) : bool
property string
Результат bool

ToStream() публичный Метод

public ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
binStream Zetbox
auxObjects HashSet
eagerLoadLists bool
Результат void

TriggerFetch() публичный Метод

public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
propName string
Результат Zetbox.API.Async.ZbTask

TriggerFetchDefaultDisplayKindAsync() публичный Метод

public TriggerFetchDefaultDisplayKindAsync ( ) : Zetbox.API.Async.ZbTask
Результат Zetbox.API.Async.ZbTask

TriggerFetchDefaultEditorKindAsync() публичный Метод

public TriggerFetchDefaultEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
Результат Zetbox.API.Async.ZbTask

TriggerFetchDefaultGridCellDisplayKindAsync() публичный Метод

public TriggerFetchDefaultGridCellDisplayKindAsync ( ) : Zetbox.API.Async.ZbTask
Результат Zetbox.API.Async.ZbTask

TriggerFetchDefaultGridCellEditorKindAsync() публичный Метод

public TriggerFetchDefaultGridCellEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
Результат Zetbox.API.Async.ZbTask

TriggerFetchDefaultGridCellPreEditorKindAsync() публичный Метод

public TriggerFetchDefaultGridCellPreEditorKindAsync ( ) : Zetbox.API.Async.ZbTask
Результат Zetbox.API.Async.ZbTask

TriggerFetchModuleAsync() публичный Метод

public TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask
Результат Zetbox.API.Async.ZbTask

TriggerFetchSecondaryControlKindsAsync() публичный Метод

public TriggerFetchSecondaryControlKindsAsync ( ) : Zetbox.API.Async.ZbTask
Результат Zetbox.API.Async.ZbTask

UpdateParent() публичный Метод

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
Результат void

ViewModelDescriptorMemoryImpl() публичный Метод

public ViewModelDescriptorMemoryImpl ( Func lazyCtx ) : System
lazyCtx Func
Результат System