C# Class BTDB.FieldHandler.SimpleFieldHandlerJustOrderableBase

Inheritance: SimpleFieldHandlerBase
Show file Open project: Bobris/BTDB

Public Methods

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

Method Details

IsCompatibleWith() public method

public IsCompatibleWith ( Type type, FieldHandlerOptions options ) : bool
type System.Type
options FieldHandlerOptions
return bool

SimpleFieldHandlerJustOrderableBase() public method

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
return System