C# Class Zetbox.App.Test.TestObjClassEfImpl

Inheritance: Zetbox.DalProvider.Ef.BaseServerDataObject_EntityFramework, TestObjClass
Datei anzeigen Open project: daszat/zetbox Class Usage Examples

Private Properties

Property Type Description
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
TestMethod void
TestObjClassEfImpl System
ToString string
_InitializePropertyDescriptors void

Public Methods

Method Description
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

Protected Methods

Method Description
CollectProperties ( Func lazyCtx, List props ) : void
OnPropertyChanged ( string property, object oldValue, object newValue ) : void

Private Methods

Method Description
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
TestMethod ( System.DateTime DateTimeParamForTestMethod ) : void
TestObjClassEfImpl ( ) : System
ToString ( ) : string
_InitializePropertyDescriptors ( Func lazyCtx ) : void

Method Details

ApplyChangesFrom() public method

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
return void

CollectProperties() protected method

protected CollectProperties ( Func lazyCtx, List props ) : void
lazyCtx Func
props List
return void

FromStream() public method

public FromStream ( Zetbox binStream ) : IEnumerable
binStream Zetbox
return IEnumerable

GetImplementedInterface() public method

public GetImplementedInterface ( ) : Type
return System.Type

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void

Recalculate() public method

public Recalculate ( string property ) : void
property string
return void

ReloadReferences() public method

public ReloadReferences ( ) : void
return void

SetNew() public method

public SetNew ( ) : void
return void

TestObjClassEfImpl() public method

public TestObjClassEfImpl ( Func lazyCtx ) : System
lazyCtx Func
return System

ToStream() public method

public ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
binStream Zetbox
auxObjects HashSet
eagerLoadLists bool
return void

TriggerFetch() public method

public TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
propName string
return Zetbox.API.Async.ZbTask

TriggerFetchObjectPropAsync() public method

public TriggerFetchObjectPropAsync ( ) : Zetbox.API.Async.ZbTask
return Zetbox.API.Async.ZbTask