C# Класс Zen.Core.MVC4.Web.ModelBinderTypeAttribute

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

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

Метод Описание
ModelBinderTypeAttribute ( ) : System

Initializes a new instance of the ModelBinderTypeAttribute class.

ModelBinderTypeAttribute ( Type targetType ) : System

Initializes a new instance of the ModelBinderTypeAttribute class.

Описание методов

ModelBinderTypeAttribute() публичный Метод

Initializes a new instance of the ModelBinderTypeAttribute class.
public ModelBinderTypeAttribute ( ) : System
Результат System

ModelBinderTypeAttribute() публичный Метод

Initializes a new instance of the ModelBinderTypeAttribute class.
public ModelBinderTypeAttribute ( Type targetType ) : System
targetType System.Type The target type.
Результат System