Class BarcodeDataValidationResult
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()
Namespace: Aurigma.DesignAtoms.Validators
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class BarcodeDataValidationResult : ItemDataValidationResult
Constructors
BarcodeDataValidationResult(BaseItem, Boolean, String)
Declaration
public BarcodeDataValidationResult(BaseItem item, bool error, string errorMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| BaseItem | item | |
| System.Boolean | error | |
| System.String | errorMessage |
BarcodeDataValidationResult(String, Boolean, String)
Declaration
public BarcodeDataValidationResult(string itemName, bool error, string errorMessage)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | itemName | |
| System.Boolean | error | |
| System.String | errorMessage |