C# Class BTDB.ODBLayer.DefaultODBFieldHandlerFactory

Inheritance: BTDB.FieldHandler.DefaultFieldHandlerFactory
Mostra file Open project: Bobris/BTDB Class Usage Examples

Public Methods

Method Description
CreateFromName ( string handlerName, byte configuration, FieldHandlerOptions options ) : IFieldHandler
CreateFromType ( Type type, FieldHandlerOptions options ) : IFieldHandler
DefaultODBFieldHandlerFactory ( IObjectDB odb ) : System
TypeSupported ( Type type ) : bool

Method Details

CreateFromName() public method

public CreateFromName ( string handlerName, byte configuration, FieldHandlerOptions options ) : IFieldHandler
handlerName string
configuration byte
options FieldHandlerOptions
return IFieldHandler

CreateFromType() public method

public CreateFromType ( Type type, FieldHandlerOptions options ) : IFieldHandler
type System.Type
options FieldHandlerOptions
return IFieldHandler

DefaultODBFieldHandlerFactory() public method

public DefaultODBFieldHandlerFactory ( IObjectDB odb ) : System
odb IObjectDB
return System

TypeSupported() public method

public TypeSupported ( Type type ) : bool
type System.Type
return bool