Class ItemDataValidationResult
Namespace: Aurigma.DesignAtoms.Validators
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ItemDataValidationResult : ValidationResult
Inheritance: System.Object -> Aurigma.DesignAtoms.Validators.ValidationResult -> ItemDataValidationResult
Inherited Members
- Aurigma.DesignAtoms.Validators.ValidationResult.Error
- Aurigma.DesignAtoms.Validators.ValidationResult.ErrorMessage
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
ItemDataValidationResult
public ItemDataValidationResult(string itemName, bool error, string errorMessage = null)
ItemDataValidationResult
public ItemDataValidationResult(BaseItem item, bool error, string errorMessage = null)
Fields
ItemName
public string ItemName
ItemVariableType
public string ItemVariableType