C# Class SampleWebApp.FormletBindAttribute

Inheritance: System.Web.Mvc.CustomModelBinderAttribute
Afficher le fichier Open project: mausch/CsFormlets

Méthodes publiques

Méthode Description
FormletBindAttribute ( ) : System
FormletBindAttribute ( Type formletType ) : System
FormletBindAttribute ( Type formletType, string formletMethodName ) : System
FormletBindAttribute ( string formletMethodName ) : System
GetBinder ( ) : IModelBinder

Method Details

FormletBindAttribute() public méthode

public FormletBindAttribute ( ) : System
Résultat System

FormletBindAttribute() public méthode

public FormletBindAttribute ( Type formletType ) : System
formletType System.Type
Résultat System

FormletBindAttribute() public méthode

public FormletBindAttribute ( Type formletType, string formletMethodName ) : System
formletType System.Type
formletMethodName string
Résultat System

FormletBindAttribute() public méthode

public FormletBindAttribute ( string formletMethodName ) : System
formletMethodName string
Résultat System

GetBinder() public méthode

public GetBinder ( ) : IModelBinder
Résultat IModelBinder