C# Class Templates.DataAnnotations.Model

Inheritance: IDataErrorInfo, INotifyPropertyChanged, INotifyDataErrorInfo
Show file Open project: Fody/Validar

Private Properties

Property Type Description

Public Methods

Method Description
GetErrors ( string propertyName ) : IEnumerable
Model ( ) : System
this ( string columnName ) : string

Method Details

GetErrors() public method

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

Model() public method

public Model ( ) : System
return System

this() public method

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