Class ValidationResult
Namespace: Aurigma.DesignAtoms.Validators
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ValidationResult
Inheritance: System.Object -> ValidationResult
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ValidationResult
public ValidationResult()
ValidationResult
public ValidationResult(bool error, string errorMessage = null)
Fields
Error
public bool Error
ErrorMessage
public string ErrorMessage