BuildMaster SDK Reference
Version:

ValidationResults Structure

Contains the result of a validation.

Inheritance Hierarchy

  • object
    • System.ValueType
      • Inedo.Web.ValidationResults

Syntax

public struct ValidationResults

Constructors

Name Description
ValidationResults(bool isValid)

Initializes a new instance of the ValidationResults struct.

ValidationResults(bool isValid, string message)

Initializes a new instance of the ValidationResults struct.

Properties

Name Description
IsValid

Gets or sets a value indicating whether this instance is valid.

Message

Gets the message.