C# 클래스 FubuFastPack.Crud.EntityModelBinder

상속: IModelBinder
파일 보기 프로젝트 열기: DarthFubuMVC/FubuFastPack 1 사용 예제들

공개 메소드들

메소드 설명
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