C# 클래스 SampleWebApp.FormletBindAttribute

상속: System.Web.Mvc.CustomModelBinderAttribute
파일 보기 프로젝트 열기: mausch/CsFormlets

공개 메소드들

메소드 설명
FormletBindAttribute ( ) : System
FormletBindAttribute ( Type formletType ) : System
FormletBindAttribute ( Type formletType, string formletMethodName ) : System
FormletBindAttribute ( string formletMethodName ) : System
GetBinder ( ) : IModelBinder

메소드 상세

FormletBindAttribute() 공개 메소드

public FormletBindAttribute ( ) : System
리턴 System

FormletBindAttribute() 공개 메소드

public FormletBindAttribute ( Type formletType ) : System
formletType System.Type
리턴 System

FormletBindAttribute() 공개 메소드

public FormletBindAttribute ( Type formletType, string formletMethodName ) : System
formletType System.Type
formletMethodName string
리턴 System

FormletBindAttribute() 공개 메소드

public FormletBindAttribute ( string formletMethodName ) : System
formletMethodName string
리턴 System

GetBinder() 공개 메소드

public GetBinder ( ) : IModelBinder
리턴 IModelBinder