C# 클래스 Templates.FluentValidation.Model

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

공개 프로퍼티들

프로퍼티 타입 설명
Property1 string
Property2 string

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

GetErrors() 공개 메소드

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

Model() 공개 메소드

public Model ( ) : System
리턴 System

this() 공개 메소드

public this ( string columnName ) : stringIDataErrorInfo.System
columnName string
리턴 stringIDataErrorInfo.System

프로퍼티 상세

Property1 공개적으로 프로퍼티

public string Property1
리턴 string

Property2 공개적으로 프로퍼티

public string Property2
리턴 string