C# Class FubuFastPack.Crud.EntityModelBinder

Inheritance: IModelBinder
Mostrar archivo Open project: DarthFubuMVC/FubuFastPack Class Usage Examples

Public Methods

Method Description
Bind ( Type type, IBindingContext context ) : object
Bind ( Type type, object instance, IBindingContext context ) : void
Matches ( Type type ) : bool

Method Details

Bind() public method

public Bind ( Type type, IBindingContext context ) : object
type System.Type
context IBindingContext
return object

Bind() public method

public Bind ( Type type, object instance, IBindingContext context ) : void
type System.Type
instance object
context IBindingContext
return void

Matches() public method

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