C# Class WithGenericExternal.ModelWithImplementation

Inheritance: INotifyPropertyChanged, IDataErrorInfo, INotifyDataErrorInfo
ファイルを表示 Open project: Fody/Validar

Public Methods

Method Description
GetErrors ( string propertyName ) : IEnumerable
ModelWithImplementation ( ) : System
OnPropertyChanged ( string propertyName ) : void
this ( string columnName ) : string

Method Details

GetErrors() public method

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
return IEnumerable

ModelWithImplementation() public method

public ModelWithImplementation ( ) : System
return System

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

this() public method

public this ( string columnName ) : string
columnName string
return string