C# 클래스 BTDB.EventStore2Layer.DeserializerTypeInfo

파일 보기 프로젝트 열기: Bobris/BTDB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Descriptor ITypeDescriptor
Id int
Loader Func

프로퍼티 상세

Descriptor 공개적으로 프로퍼티

public ITypeDescriptor Descriptor
리턴 ITypeDescriptor

Id 공개적으로 프로퍼티

Negative value means new descriptor. 0, 1 are invalid Ids. 2-49 are build-in types. 50+ are user types
public int Id
리턴 int

Loader 공개적으로 프로퍼티

public Func Loader
리턴 Func