Class ReadQRCodeNode
Inheritance
System.Object
ReadQRCodeNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class ReadQRCodeNode : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InPinBlob
Gets or sets the in pin blob as a byte array
Declaration
public DataPin InPinBlob { get; set; }
Property Value
|
Improve this Doc
View Source
InPinFileExtension
Gets or sets the in pin file extensions as a list of strings that is accepted
Declaration
public DataPin InPinFileExtension { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNodeEachBarcode
Declaration
public ActionNode OutNodeEachBarcode { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutNodeFailed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutNodeSuccess
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutPinBarcodePages
Gets or sets the barcode recognition results
Declaration
public DataPin OutPinBarcodePages { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinCurrentBarcode
Gets or sets the page numbers that contains a barcode
Declaration
public DataPin OutPinCurrentBarcode { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|