Skip to main content

Class ValidationResult

Namespace: Aurigma.DesignAtoms.Validators
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ValidationResult

Inheritance: System.Object -> ValidationResult

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

ValidationResult

public ValidationResult()

ValidationResult

public ValidationResult(bool error, string errorMessage = null)

Fields

Error

public bool Error

ErrorMessage

public string ErrorMessage
Was this page helpful?