C# 클래스 AwesomeSauce.Binding.EntityModelBinder

상속: IModelBinder
파일 보기 프로젝트 열기: rauhryan/awesomesauce

공개 메소드들

메소드 설명
Bind ( Type type, IBindingContext context ) : object
Matches ( Type type ) : bool

메소드 상세

Bind() 공개 메소드

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

Matches() 공개 메소드

public Matches ( Type type ) : bool
type System.Type
리턴 bool