Class BarcodeValidationResult
Represents the result of a barcode validation process
Inheritance
System.Object
BarcodeValidationResult
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: Simplic.Framework.Extension.Barcode
Assembly: Simplic.Framework.Extension.dll
Syntax
public class BarcodeValidationResult
Properties
| Improve this Doc View SourceBarcode
Contains the valid barcode
Declaration
public string Barcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClientId
ID of the client
Declaration
public int? ClientId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ClientName
Name (not unique!) of the client
Declaration
public string ClientName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClientNumber
Number (not unique!) of the client
Declaration
public int ClientNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValidationSource
Validation source
Declaration
public Guid ValidationSource { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |