C# 클래스 Simplify.Web.ModelBinding.Attributes.BindPropertyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
BindPropertyAttribute ( string fieldName ) : System

Initializes a new instance of the BindPropertyAttribute class.

메소드 상세

BindPropertyAttribute() 공개 메소드

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