C# Class Templates.FluentValidation.Model

Inheritance: IDataErrorInfo, INotifyPropertyChanged, INotifyDataErrorInfo
Afficher le fichier Open project: Fody/Validar

Méthodes publiques

Свойство Type Description
Property1 string
Property2 string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetErrors ( string propertyName ) : IEnumerable
Model ( ) : System
this ( string columnName ) : stringIDataErrorInfo.System

Method Details

GetErrors() public méthode

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
Résultat IEnumerable

Model() public méthode

public Model ( ) : System
Résultat System

this() public méthode

public this ( string columnName ) : stringIDataErrorInfo.System
columnName string
Résultat stringIDataErrorInfo.System

Property Details

Property1 public_oe property

public string Property1
Résultat string

Property2 public_oe property

public string Property2
Résultat string