C# Class Zetbox.App.Test.One_to_N_relations_OneEfImpl

Inheritance: Zetbox.DalProvider.Ef.BaseServerDataObject_EntityFramework, One_to_N_relations_One
Mostrar archivo Open project: daszat/zetbox

Private Properties

Property Type Description
GetNSideImplCollection EntityCollection
GetOrderedNSideImplCollection EntityCollection
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
One_to_N_relations_OneEfImpl System
ToString string
_InitializePropertyDescriptors void

Public Methods

Method Description
ApplyChangesFrom ( IPersistenceObject obj ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
One_to_N_relations_OneEfImpl ( Func lazyCtx ) : System
ReloadReferences ( ) : void
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchNSideAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchOrderedNSideAsync ( ) : Zetbox.API.Async.ZbTask

Protected Methods

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

Private Methods

Method Description
GetNSideImplCollection ( ) : EntityCollection
GetOrderedNSideImplCollection ( ) : EntityCollection
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
One_to_N_relations_OneEfImpl ( ) : 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

One_to_N_relations_OneEfImpl() public method

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

ReloadReferences() public method

public ReloadReferences ( ) : void
return void

SetNew() public method

public SetNew ( ) : void
return void

ShouldSetModified() protected method

protected ShouldSetModified ( string property ) : bool
property string
return bool

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

TriggerFetchNSideAsync() public method

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

TriggerFetchOrderedNSideAsync() public method

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