C# Класс FubuFastPack.Crud.EntityModelBinder

Наследование: IModelBinder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Bind ( Type type, IBindingContext context ) : object
Bind ( Type type, object instance, IBindingContext context ) : void
Matches ( Type type ) : bool

Описание методов

Bind() публичный Метод

public Bind ( Type type, IBindingContext context ) : object
type System.Type
context IBindingContext
Результат object

Bind() публичный Метод

public Bind ( Type type, object instance, IBindingContext context ) : void
type System.Type
instance object
context IBindingContext
Результат void

Matches() публичный Метод

public Matches ( Type type ) : bool
type System.Type
Результат bool