C# Класс SampleWebApp.FormletBindAttribute

Наследование: System.Web.Mvc.CustomModelBinderAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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