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

Inheritance: System.Attribute
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
BindPropertyAttribute ( string fieldName ) : System

Initializes a new instance of the BindPropertyAttribute class.

Method Details

BindPropertyAttribute() public méthode

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