C# Class Simplify.Web.ModelBinding.Attributes.BindPropertyAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: i4004/Simplify.Web

Public Methods

Method Description
BindPropertyAttribute ( string fieldName ) : System

Initializes a new instance of the BindPropertyAttribute class.

Method Details

BindPropertyAttribute() public method

Initializes a new instance of the BindPropertyAttribute class.
public BindPropertyAttribute ( string fieldName ) : System
fieldName string Name of the field.
return System