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

상속: Zetbox.DalProvider.Base.CompoundObjectDefaultImpl, AnyReference, ICompoundObject
파일 보기 프로젝트 열기: daszat/zetbox

Private Properties

프로퍼티 타입 설명
GetObject Zetbox.API.IDataObject
HasObject bool
ObjectIsValid ObjectIsValidResult
SetObject void
ToString string

공개 메소드들

메소드 설명
AnyReferenceNHibernateImpl ( ) : System
AnyReferenceNHibernateImpl ( Func lazyCtx ) : System
AnyReferenceNHibernateImpl ( IPersistenceObject parent, string property, Func lazyCtx, AnyReferenceProxy proxy ) : System

Create a instance, wrapping the specified proxy

ApplyChangesFrom ( ICompoundObject obj ) : void
Export ( System xml, string modules ) : void
FromStream ( Zetbox binStream ) : IEnumerable
GetImplementedInterface ( ) : Type
MergeImport ( System xml ) : void
ToStream ( Zetbox binStream, HashSet auxObjects, bool eagerLoadLists ) : void

비공개 메소드들

메소드 설명
GetObject ( Zetbox ctx ) : Zetbox.API.IDataObject
HasObject ( ) : bool
ObjectIsValid ( ) : ObjectIsValidResult
SetObject ( Zetbox newObj ) : void
ToString ( ) : string

메소드 상세

AnyReferenceNHibernateImpl() 공개 메소드

public AnyReferenceNHibernateImpl ( ) : System
리턴 System

AnyReferenceNHibernateImpl() 공개 메소드

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

AnyReferenceNHibernateImpl() 공개 메소드

Create a instance, wrapping the specified proxy
public AnyReferenceNHibernateImpl ( IPersistenceObject parent, string property, Func lazyCtx, AnyReferenceProxy proxy ) : System
parent IPersistenceObject
property string
lazyCtx Func
proxy AnyReferenceProxy
리턴 System

ApplyChangesFrom() 공개 메소드

public ApplyChangesFrom ( ICompoundObject obj ) : void
obj ICompoundObject
리턴 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

ToStream() 공개 메소드

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