C# Класс Zetbox.App.Test.TestObjClassEfImpl

Наследование: Zetbox.DalProvider.Ef.BaseServerDataObject_EntityFramework, TestObjClass
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
ApplyChangesFrom ( IPersistenceObject obj ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
Recalculate ( string property ) : void
ReloadReferences ( ) : void
SetNew ( ) : void
TestObjClassEfImpl ( Func lazyCtx ) : System
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchObjectPropAsync ( ) : Zetbox.API.Async.ZbTask

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

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

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

Метод Описание
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
TestMethod ( System.DateTime DateTimeParamForTestMethod ) : void
TestObjClassEfImpl ( ) : System
ToString ( ) : string
_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

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

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

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

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

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

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

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

public Recalculate ( string property ) : void
property string
Результат void

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

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

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

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

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

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

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

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

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