C# Class BTDB.EventStore2Layer.DeserializerTypeInfo

Show file Open project: Bobris/BTDB Class Usage Examples

Public Properties

Property Type Description
Descriptor ITypeDescriptor
Id int
Loader Func

Property Details

Descriptor public property

public ITypeDescriptor Descriptor
return ITypeDescriptor

Id public property

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

Loader public property

public Func Loader
return Func