C# 클래스 BTDB.EventStoreLayer.DictionaryTypeDescriptor

상속: ITypeDescriptor, IPersistTypeDescriptor
파일 보기 프로젝트 열기: Bobris/BTDB 1 사용 예제들

공개 메소드들

메소드 설명
AnyOpNeedsCtx ( ) : bool
BuildHumanReadableFullName ( StringBuilder text, HashSet stack, uint indent ) : void
BuildNewDescriptorGenerator ( ) : ITypeNewDescriptorGenerator
ClearMappingToType ( ) : void
CloneAndMapNestedTypes ( ITypeDescriptorCallbacks typeSerializers, ITypeDescriptor>.Func map ) : ITypeDescriptor
ContainsField ( string name ) : bool
DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, AbstractBufferedReader reader, ITypeDescriptor>.Func nestedDescriptorReader ) : System
DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, ITypeDescriptor keyDesc, ITypeDescriptor valueDesc ) : System
DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, Type type ) : System
Equals ( ITypeDescriptor other ) : bool
Equals ( ITypeDescriptor other, HashSet stack ) : bool
FinishBuildFromType ( ITypeDescriptorFactory factory ) : bool
GenerateLoad ( IILGen ilGenerator, Action pushReader, Action pushCtx, Action pushDescriptor, Type targetType ) : void
GenerateSave ( IILGen ilGenerator, Action pushWriter, Action pushCtx, Action pushValue, Type saveType ) : void
GenerateSkip ( IILGen ilGenerator, Action pushReader, Action pushCtx ) : void
GetPreferedType ( ) : Type
GetPreferedType ( Type targetType ) : Type
InitFromKeyValueDescriptors ( ITypeDescriptor keyDescriptor, ITypeDescriptor valueDescriptor ) : void
MapNestedTypes ( ITypeDescriptor>.Func map ) : void
NestedType ( int index ) : ITypeDescriptor
Persist ( AbstractBufferedWriter writer, ITypeDescriptor>.Action nestedDescriptorPersistor ) : void

메소드 상세

AnyOpNeedsCtx() 공개 메소드

public AnyOpNeedsCtx ( ) : bool
리턴 bool

BuildHumanReadableFullName() 공개 메소드

public BuildHumanReadableFullName ( StringBuilder text, HashSet stack, uint indent ) : void
text StringBuilder
stack HashSet
indent uint
리턴 void

BuildNewDescriptorGenerator() 공개 메소드

public BuildNewDescriptorGenerator ( ) : ITypeNewDescriptorGenerator
리턴 ITypeNewDescriptorGenerator

ClearMappingToType() 공개 메소드

public ClearMappingToType ( ) : void
리턴 void

CloneAndMapNestedTypes() 공개 메소드

public CloneAndMapNestedTypes ( ITypeDescriptorCallbacks typeSerializers, ITypeDescriptor>.Func map ) : ITypeDescriptor
typeSerializers ITypeDescriptorCallbacks
map ITypeDescriptor>.Func
리턴 ITypeDescriptor

ContainsField() 공개 메소드

public ContainsField ( string name ) : bool
name string
리턴 bool

DictionaryTypeDescriptor() 공개 메소드

public DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, AbstractBufferedReader reader, ITypeDescriptor>.Func nestedDescriptorReader ) : System
typeSerializers ITypeDescriptorCallbacks
reader BTDB.StreamLayer.AbstractBufferedReader
nestedDescriptorReader ITypeDescriptor>.Func
리턴 System

DictionaryTypeDescriptor() 공개 메소드

public DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, ITypeDescriptor keyDesc, ITypeDescriptor valueDesc ) : System
typeSerializers ITypeDescriptorCallbacks
keyDesc ITypeDescriptor
valueDesc ITypeDescriptor
리턴 System

DictionaryTypeDescriptor() 공개 메소드

public DictionaryTypeDescriptor ( ITypeDescriptorCallbacks typeSerializers, Type type ) : System
typeSerializers ITypeDescriptorCallbacks
type System.Type
리턴 System

Equals() 공개 메소드

public Equals ( ITypeDescriptor other ) : bool
other ITypeDescriptor
리턴 bool

Equals() 공개 메소드

public Equals ( ITypeDescriptor other, HashSet stack ) : bool
other ITypeDescriptor
stack HashSet
리턴 bool

FinishBuildFromType() 공개 메소드

public FinishBuildFromType ( ITypeDescriptorFactory factory ) : bool
factory ITypeDescriptorFactory
리턴 bool

GenerateLoad() 공개 메소드

public GenerateLoad ( IILGen ilGenerator, Action pushReader, Action pushCtx, Action pushDescriptor, Type targetType ) : void
ilGenerator IILGen
pushReader Action
pushCtx Action
pushDescriptor Action
targetType System.Type
리턴 void

GenerateSave() 공개 메소드

public GenerateSave ( IILGen ilGenerator, Action pushWriter, Action pushCtx, Action pushValue, Type saveType ) : void
ilGenerator IILGen
pushWriter Action
pushCtx Action
pushValue Action
saveType System.Type
리턴 void

GenerateSkip() 공개 메소드

public GenerateSkip ( IILGen ilGenerator, Action pushReader, Action pushCtx ) : void
ilGenerator IILGen
pushReader Action
pushCtx Action
리턴 void

GetPreferedType() 공개 메소드

public GetPreferedType ( ) : Type
리턴 System.Type

GetPreferedType() 공개 메소드

public GetPreferedType ( Type targetType ) : Type
targetType System.Type
리턴 System.Type

InitFromKeyValueDescriptors() 공개 메소드

public InitFromKeyValueDescriptors ( ITypeDescriptor keyDescriptor, ITypeDescriptor valueDescriptor ) : void
keyDescriptor ITypeDescriptor
valueDescriptor ITypeDescriptor
리턴 void

MapNestedTypes() 공개 메소드

public MapNestedTypes ( ITypeDescriptor>.Func map ) : void
map ITypeDescriptor>.Func
리턴 void

NestedType() 공개 메소드

public NestedType ( int index ) : ITypeDescriptor
index int
리턴 ITypeDescriptor

Persist() 공개 메소드

public Persist ( AbstractBufferedWriter writer, ITypeDescriptor>.Action nestedDescriptorPersistor ) : void
writer BTDB.StreamLayer.AbstractBufferedWriter
nestedDescriptorPersistor ITypeDescriptor>.Action
리턴 void