C# Класс System.Waf.Foundation.DataErrorInfoExtensions

Extends the IDataErrorInfo interface with new Validation methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
Validate ( this instance ) : string

Validates the specified object.

Validate ( this instance, string memberName ) : string

Validates the specified member of the object.

Описание методов

Validate() публичный статический Метод

Validates the specified object.
The argument instance must not be null.
public static Validate ( this instance ) : string
instance this The object to validate.
Результат string

Validate() публичный статический Метод

Validates the specified member of the object.
The argument instance must not be null.
public static Validate ( this instance, string memberName ) : string
instance this The object to validate.
memberName string The name of the member to validate.
Результат string