C# 클래스 Db4objects.Db4o.Internal.Activation.FixedActivationDepth

Activates a fixed depth of the object graph regardless of any existing activation depth configuration settings.
Activates a fixed depth of the object graph regardless of any existing activation depth configuration settings.
상속: Db4objects.Db4o.Internal.Activation.ActivationDepthImpl
파일 보기 프로젝트 열기: Orvid/SQLInterfaceCollection 1 사용 예제들

공개 메소드들

메소드 설명
AdjustDepthToBorders ( ) : FixedActivationDepth
Descend ( ClassMetadata metadata ) : IActivationDepth
FixedActivationDepth ( int depth ) : Db4objects.Db4o.Internal
FixedActivationDepth ( int depth, Db4objects.Db4o.Internal.Activation.ActivationMode mode ) : Db4objects.Db4o.Internal
RequiresActivation ( ) : bool

메소드 상세

AdjustDepthToBorders() 공개 메소드

public AdjustDepthToBorders ( ) : FixedActivationDepth
리턴 FixedActivationDepth

Descend() 공개 메소드

public Descend ( ClassMetadata metadata ) : IActivationDepth
metadata ClassMetadata
리턴 IActivationDepth

FixedActivationDepth() 공개 메소드

public FixedActivationDepth ( int depth ) : Db4objects.Db4o.Internal
depth int
리턴 Db4objects.Db4o.Internal

FixedActivationDepth() 공개 메소드

public FixedActivationDepth ( int depth, Db4objects.Db4o.Internal.Activation.ActivationMode mode ) : Db4objects.Db4o.Internal
depth int
mode Db4objects.Db4o.Internal.Activation.ActivationMode
리턴 Db4objects.Db4o.Internal

RequiresActivation() 공개 메소드

public RequiresActivation ( ) : bool
리턴 bool