C# Class BTDB.FieldHandler.SimpleFieldHandlerBase

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

Méthodes publiques

Méthode Description
FreeContent ( IILGen ilGenerator, Action pushReaderOrCtx ) : bool
HandledType ( ) : Type
IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
Load ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
NeedsCtx ( ) : bool
Save ( IILGen ilGenerator, Action pushWriterOrCtx, Action pushValue ) : void
SimpleFieldHandlerBase ( string name, MethodInfo loader, MethodInfo skipper, MethodInfo saver ) : System
Skip ( IILGen ilGenerator, Action pushReaderOrCtx ) : void
SpecializeLoadForType ( Type type, IFieldHandler typeHandler ) : IFieldHandler
SpecializeSaveForType ( Type type ) : IFieldHandler

Method Details

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

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

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

SimpleFieldHandlerBase() public méthode

public SimpleFieldHandlerBase ( string name, MethodInfo loader, MethodInfo skipper, MethodInfo saver ) : System
name string
loader System.Reflection.MethodInfo
skipper System.Reflection.MethodInfo
saver System.Reflection.MethodInfo
Résultat System

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