C# 클래스 Templates.DataAnnotations.Model

상속: IDataErrorInfo, INotifyPropertyChanged, INotifyDataErrorInfo
파일 보기 프로젝트 열기: Fody/Validar

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetErrors ( string propertyName ) : IEnumerable
Model ( ) : System
this ( string columnName ) : string

메소드 상세

GetErrors() 공개 메소드

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
리턴 IEnumerable

Model() 공개 메소드

public Model ( ) : System
리턴 System

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string