C# 클래스 FubuFastPack.Crud.EditEntityModelBinder

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

공개 메소드들

메소드 설명
Bind ( Type inputModelType, IBindingContext context ) : object
Bind ( Type type, object instance, IBindingContext context ) : void
EditEntityModelBinder ( IEntityDefaults entityDefaults ) : System
Matches ( Type type ) : bool

비공개 메소드들

메소드 설명
createNewEntity ( Type entityType, IBindingContext context ) : FubuFastPack.Domain.DomainEntity
tryFindExistingEntity ( Type entityType, IBindingContext context ) : FubuFastPack.Domain.DomainEntity

메소드 상세

Bind() 공개 메소드

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

Bind() 공개 메소드

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

EditEntityModelBinder() 공개 메소드

public EditEntityModelBinder ( IEntityDefaults entityDefaults ) : System
entityDefaults IEntityDefaults
리턴 System

Matches() 공개 메소드

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