C# 클래스 Zetbox.App.Base.RelationEfImpl

상속: Zetbox.DalProvider.Ef.BaseServerDataObject_EntityFramework, Relation, Zetbox.API.IExportableInternal
파일 보기 프로젝트 열기: daszat/zetbox

Private Properties

프로퍼티 타입 설명
GetEnd Zetbox.App.Base.RelationEnd
GetEndFromRole Zetbox.App.Base.RelationEnd
GetEntryInterfaceType Zetbox.API.InterfaceType
GetOtherEnd Zetbox.App.Base.RelationEnd
GetRelationType Zetbox.API.RelationType
NeedsPositionStorage bool
NotifyCreated void
NotifyDeleting void
NotifyPostSave void
NotifyPreSave void
ObjectIsValid ObjectIsValidResult
RelationEfImpl System
SwapRelationEnds void
ToString string
_InitializePropertyDescriptors void

공개 메소드들

메소드 설명
ApplyChangesFrom ( IPersistenceObject obj ) : void
Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
MergeImport ( System xml ) : void
RelationEfImpl ( Func lazyCtx ) : System
ReloadReferences ( ) : void
SetNew ( ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void
TriggerFetch ( string propName ) : Zetbox.API.Async.ZbTask
TriggerFetchAAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchBAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchChangedByAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchCreatedByAsync ( ) : Zetbox.API.Async.ZbTask
TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask

보호된 메소드들

메소드 설명
CollectProperties ( Func lazyCtx, List props ) : void
OnPropertyChanged ( string property, object oldValue, object newValue ) : void

비공개 메소드들

메소드 설명
GetEnd ( Zetbox prop ) : Zetbox.App.Base.RelationEnd
GetEndFromRole ( Zetbox role ) : Zetbox.App.Base.RelationEnd
GetEntryInterfaceType ( ) : InterfaceType
GetOtherEnd ( Zetbox relEnd ) : Zetbox.App.Base.RelationEnd
GetRelationType ( ) : Zetbox.API.RelationType
NeedsPositionStorage ( Zetbox endRole ) : bool
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
ObjectIsValid ( ) : ObjectIsValidResult
RelationEfImpl ( ) : System
SwapRelationEnds ( ) : void
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

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

RelationEfImpl() 공개 메소드

public RelationEfImpl ( Func lazyCtx ) : System
lazyCtx Func
리턴 System

ReloadReferences() 공개 메소드

public ReloadReferences ( ) : void
리턴 void

SetNew() 공개 메소드

public SetNew ( ) : void
리턴 void

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

TriggerFetchAAsync() 공개 메소드

public TriggerFetchAAsync ( ) : Zetbox.API.Async.ZbTask
리턴 Zetbox.API.Async.ZbTask

TriggerFetchBAsync() 공개 메소드

public TriggerFetchBAsync ( ) : Zetbox.API.Async.ZbTask
리턴 Zetbox.API.Async.ZbTask

TriggerFetchChangedByAsync() 공개 메소드

public TriggerFetchChangedByAsync ( ) : Zetbox.API.Async.ZbTask
리턴 Zetbox.API.Async.ZbTask

TriggerFetchCreatedByAsync() 공개 메소드

public TriggerFetchCreatedByAsync ( ) : Zetbox.API.Async.ZbTask
리턴 Zetbox.API.Async.ZbTask

TriggerFetchModuleAsync() 공개 메소드

public TriggerFetchModuleAsync ( ) : Zetbox.API.Async.ZbTask
리턴 Zetbox.API.Async.ZbTask