C# Class Tortuga.Anchor.ValidationResult

Class ValidationResult.
Mostra file Open project: docevaad/Anchor

Public Methods

Method Description
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.

Method Details

ToString() public method

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

ValidationResult() public method

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.
return System.Collections.Generic

ValidationResult() public method

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.
return System.Collections.Generic