Summary
Registers primitive class
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect .Generic - Containing Type
- GenericReflector
Syntax
public virtual void RegisterPrimitiveClass(int id, string name, IGenericConverter converter)
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | class id |
| name | string | class name |
| converter | IGenericConverter | class converter |
Return Value
| Type | Description |
|---|---|
| void |