C# Class BTDB.FieldHandler.DBObjectFieldHandler

Inheritance: IFieldHandler, IFieldHandlerWithInit
Afficher le fichier Open project: Bobris/BTDB

Méthodes publiques

Méthode Description
DBObjectFieldHandler ( IObjectDB objectDB, Type type ) : System
DBObjectFieldHandler ( IObjectDB objectDB, byte configuration ) : System
FreeContent ( IILGen ilGenerator, Action pushReaderOrCtx ) : bool
HandledType ( ) : Type
Init ( IILGen ilGenerator, Action pushReaderCtx ) : void
IsCompatibleWith ( Type type ) : bool
IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
Load ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
NeedInit ( ) : bool
NeedsCtx ( ) : bool
Save ( IILGen ilGenerator, Action pushWriterOrCtx, Action pushValue ) : void
Skip ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
SpecializeLoadForType ( Type type, IFieldHandler typeHandler ) : IFieldHandler
SpecializeSaveForType ( Type type ) : IFieldHandler

Private Methods

Méthode Description
CreateType ( ) : Type
IsIIndirect ( Type ti ) : bool
Unwrap ( Type type ) : Type

Method Details

DBObjectFieldHandler() public méthode

public DBObjectFieldHandler ( IObjectDB objectDB, Type type ) : System
objectDB IObjectDB
type System.Type
Résultat System

DBObjectFieldHandler() public méthode

public DBObjectFieldHandler ( IObjectDB objectDB, byte configuration ) : System
objectDB IObjectDB
configuration byte
Résultat System

FreeContent() public méthode

public FreeContent ( IILGen ilGenerator, Action pushReaderOrCtx ) : bool
ilGenerator IILGen
pushReaderOrCtx Action
Résultat bool

HandledType() public méthode

public HandledType ( ) : Type
Résultat System.Type

Init() public méthode

public Init ( IILGen ilGenerator, Action pushReaderCtx ) : void
ilGenerator IILGen
pushReaderCtx Action
Résultat void

IsCompatibleWith() public static méthode

public static IsCompatibleWith ( Type type ) : bool
type System.Type
Résultat bool

IsCompatibleWith() public méthode

public IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
type System.Type
options FieldHandlerOptions
Résultat bool

Load() public méthode

public Load ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
ilGenerator IILGen
pushReaderOrCtx Action
Résultat void

NeedInit() public méthode

public NeedInit ( ) : bool
Résultat bool

NeedsCtx() public méthode

public NeedsCtx ( ) : bool
Résultat bool

Save() public méthode

public Save ( IILGen ilGenerator, Action pushWriterOrCtx, Action pushValue ) : void
ilGenerator IILGen
pushWriterOrCtx Action
pushValue Action
Résultat void

Skip() public méthode

public Skip ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
ilGenerator IILGen
pushReaderOrCtx Action
Résultat void

SpecializeLoadForType() public méthode

public SpecializeLoadForType ( Type type, IFieldHandler typeHandler ) : IFieldHandler
type System.Type
typeHandler IFieldHandler
Résultat IFieldHandler

SpecializeSaveForType() public méthode

public SpecializeSaveForType ( Type type ) : IFieldHandler
type System.Type
Résultat IFieldHandler