C# Class FubuFastPack.Crud.EntityModelBinder

Inheritance: IModelBinder
Afficher le fichier Open project: DarthFubuMVC/FubuFastPack Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( Type type, IBindingContext context ) : object
Bind ( Type type, object instance, IBindingContext context ) : void
Matches ( Type type ) : bool

Method Details

Bind() public méthode

public Bind ( Type type, IBindingContext context ) : object
type System.Type
context IBindingContext
Résultat object

Bind() public méthode

public Bind ( Type type, object instance, IBindingContext context ) : void
type System.Type
instance object
context IBindingContext
Résultat void

Matches() public méthode

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