C# 클래스 Tortuga.Anchor.ValidationResult

Class ValidationResult.
파일 보기 프로젝트 열기: docevaad/Anchor

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a string that represents this instance.

ValidationResult ( string errorMessage ) : System.Collections.Generic

Initializes a new instance of the ValidationResult class.

Initializes a new instance of the ValidationResult class.

ValidationResult ( string errorMessage, IEnumerable memberNames ) : System.Collections.Generic

Initializes a new instance of the ValidationResult class.

메소드 상세

ToString() 공개 메소드

Returns a string that represents this instance.
public ToString ( ) : string
리턴 string

ValidationResult() 공개 메소드

Initializes a new instance of the ValidationResult class. Initializes a new instance of the ValidationResult class.
validationResult
public ValidationResult ( string errorMessage ) : System.Collections.Generic
errorMessage string The error message.
리턴 System.Collections.Generic

ValidationResult() 공개 메소드

Initializes a new instance of the ValidationResult class.
public ValidationResult ( string errorMessage, IEnumerable memberNames ) : System.Collections.Generic
errorMessage string The error message.
memberNames IEnumerable The member names.
리턴 System.Collections.Generic