C# 클래스 WithNonGenericInternal.ModelWithImplementation

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

공개 메소드들

메소드 설명
GetErrors ( string propertyName ) : IEnumerable
ModelWithImplementation ( ) : System
OnPropertyChanged ( string propertyName ) : void
this ( string columnName ) : string

메소드 상세

GetErrors() 공개 메소드

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

ModelWithImplementation() 공개 메소드

public ModelWithImplementation ( ) : System
리턴 System

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

this() 공개 메소드

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