Method | Description | |
---|---|---|
DBObjectFieldHandler ( IObjectDB objectDB, |
||
DBObjectFieldHandler ( IObjectDB objectDB, byte configuration ) : System | ||
FreeContent ( IILGen ilGenerator, Action |
||
HandledType ( ) : |
||
Init ( IILGen ilGenerator, Action |
||
IsCompatibleWith ( |
||
IsCompatibleWith ( |
||
Load ( IILGen ilGenerator, Action |
||
NeedInit ( ) : bool | ||
NeedsCtx ( ) : bool | ||
Save ( IILGen ilGenerator, Action |
||
Skip ( IILGen ilGenerator, Action |
||
SpecializeLoadForType ( |
||
SpecializeSaveForType ( |
Method | Description | |
---|---|---|
CreateType ( ) : |
||
IsIIndirect ( |
||
Unwrap ( |
public DBObjectFieldHandler ( IObjectDB objectDB, |
||
objectDB | IObjectDB | |
type | ||
return | System |
public DBObjectFieldHandler ( IObjectDB objectDB, byte configuration ) : System | ||
objectDB | IObjectDB | |
configuration | byte | |
return | System |
public FreeContent ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushReaderOrCtx | Action |
|
return | bool |
public Init ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushReaderCtx | Action |
|
return | void |
public static IsCompatibleWith ( |
||
type | ||
return | bool |
public IsCompatibleWith ( |
||
type | ||
options | FieldHandlerOptions | |
return | bool |
public Load ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushReaderOrCtx | Action |
|
return | void |
public Save ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushWriterOrCtx | Action |
|
pushValue | Action |
|
return | void |
public Skip ( IILGen ilGenerator, Action |
||
ilGenerator | IILGen | |
pushReaderOrCtx | Action |
|
return | void |
public SpecializeLoadForType ( |
||
type | ||
typeHandler | IFieldHandler | |
return | IFieldHandler |
public SpecializeSaveForType ( |
||
type | ||
return | IFieldHandler |