Class SBSDKBarcodeDocumentModelGS1Element
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeDocumentModelGS1Element : SBSDKGenericDocumentWrapper
- Inheritance
-
SBSDKBarcodeDocumentModelGS1Element
- Inherited Members
-
Constructors
SBSDKBarcodeDocumentModelGS1Element()
public SBSDKBarcodeDocumentModelGS1Element()
SBSDKBarcodeDocumentModelGS1Element(NSObjectFlag?)
protected SBSDKBarcodeDocumentModelGS1Element(NSObjectFlag? t)
Parameters
t
NSObjectFlag
SBSDKBarcodeDocumentModelGS1Element(NativeHandle?)
protected SBSDKBarcodeDocumentModelGS1Element(NativeHandle? handle)
Parameters
handle
NativeHandle
SBSDKBarcodeDocumentModelGS1Element(SBSDKGenericDocument?)
public SBSDKBarcodeDocumentModelGS1Element(SBSDKGenericDocument? document)
Parameters
document
SBSDKGenericDocument
Properties
ApplicationIdentifier
public virtual SBSDKGenericDocumentField? ApplicationIdentifier { get; }
Property Value
- SBSDKGenericDocumentField
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
DataTitle
public virtual SBSDKGenericDocumentField? DataTitle { get; }
Property Value
- SBSDKGenericDocumentField
ElementDescription
public virtual SBSDKGenericDocumentField? ElementDescription { get; }
Property Value
- SBSDKGenericDocumentField
RawValue
public virtual SBSDKGenericDocumentField? RawValue { get; }
Property Value
- SBSDKGenericDocumentField
RequiredDocumentType
public virtual string RequiredDocumentType { get; }
Property Value
- string
ValidationErrors
public virtual SBSDKBarcodeDocumentModelGS1ElementValidationError[] ValidationErrors { get; }
Property Value
- SBSDKBarcodeDocumentModelGS1ElementValidationError[]