C# Class Templates.FluentValidation.Model

Inheritance: IDataErrorInfo, INotifyPropertyChanged, INotifyDataErrorInfo
Mostrar archivo Open project: Fody/Validar

Public Properties

Property Type Description
Property1 string
Property2 string

Private Properties

Property Type Description

Public Methods

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

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 ) : stringIDataErrorInfo.System
columnName string
return stringIDataErrorInfo.System

Property Details

Property1 public_oe property

public string Property1
return string

Property2 public_oe property

public string Property2
return string