C# Class BTDB.ODBLayer.DefaultODBFieldHandlerFactory

Inheritance: BTDB.FieldHandler.DefaultFieldHandlerFactory
Afficher le fichier Open project: Bobris/BTDB Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CreateFromName ( string handlerName, byte configuration, FieldHandlerOptions options ) : IFieldHandler
handlerName string
configuration byte
options FieldHandlerOptions
Résultat IFieldHandler

CreateFromType() public méthode

public CreateFromType ( Type type, FieldHandlerOptions options ) : IFieldHandler
type System.Type
options FieldHandlerOptions
Résultat IFieldHandler

DefaultODBFieldHandlerFactory() public méthode

public DefaultODBFieldHandlerFactory ( IObjectDB odb ) : System
odb IObjectDB
Résultat System

TypeSupported() public méthode

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