C# 클래스 System.Waf.Foundation.DataErrorInfoExtensions

Extends the IDataErrorInfo interface with new Validation methods.
파일 보기 프로젝트 열기: jbe2277/waf

공개 메소드들

메소드 설명
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