Click or drag to resize

MarkableBarcodeSettingView Constructor

Initializes a new instance of the MarkableBarcodeSettingView class

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public MarkableBarcodeSettingView(
	IVariableManager variableManager,
	List<BarcodeType> lastUsedBarcodeTypes,
	BaseBarcodeProfile barcodeProfile,
	string text
)

Parameters

variableManager  IVariableManager

[Missing <param name="variableManager"/> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableBarcodeSettingView.#ctor(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeType},RAYLASE.Marker.VectorGraphicElement.Barcode.BaseBarcodeProfile,System.String)"]

lastUsedBarcodeTypes  ListBarcodeType

[Missing <param name="lastUsedBarcodeTypes"/> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableBarcodeSettingView.#ctor(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeType},RAYLASE.Marker.VectorGraphicElement.Barcode.BaseBarcodeProfile,System.String)"]

barcodeProfile  BaseBarcodeProfile

[Missing <param name="barcodeProfile"/> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableBarcodeSettingView.#ctor(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeType},RAYLASE.Marker.VectorGraphicElement.Barcode.BaseBarcodeProfile,System.String)"]

text  String

[Missing <param name="text"/> documentation for "M:RAYLASE.MarkerPlugin.JobElements.MarkableBarcodeSettingView.#ctor(RAYLASE.Marker.Common.VariableManager.IVariableManager,System.Collections.Generic.List{RAYLASE.Marker.VectorGraphicElement.Barcode.BarcodeType},RAYLASE.Marker.VectorGraphicElement.Barcode.BaseBarcodeProfile,System.String)"]

See Also