C# Class BTDB.FieldHandler.SimpleFieldHandlerJustOrderableBase

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

Méthodes publiques

Méthode Description
IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
SimpleFieldHandlerJustOrderableBase ( string name, MethodInfo loader, MethodInfo skipper, MethodInfo saver ) : System

Method Details

IsCompatibleWith() public méthode

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

SimpleFieldHandlerJustOrderableBase() public méthode

public SimpleFieldHandlerJustOrderableBase ( 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