C# Class Zen.Core.MVC4.Web.ModelBinderTypeAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: holinov/Zen.Core

Public Methods

Method Description
ModelBinderTypeAttribute ( ) : System

Initializes a new instance of the ModelBinderTypeAttribute class.

ModelBinderTypeAttribute ( Type targetType ) : System

Initializes a new instance of the ModelBinderTypeAttribute class.

Method Details

ModelBinderTypeAttribute() public method

Initializes a new instance of the ModelBinderTypeAttribute class.
public ModelBinderTypeAttribute ( ) : System
return System

ModelBinderTypeAttribute() public method

Initializes a new instance of the ModelBinderTypeAttribute class.
public ModelBinderTypeAttribute ( Type targetType ) : System
targetType System.Type The target type.
return System