For Babelfish Release 1.11.1.3

BarcodeLabel Class

A BarcodeLabel object details how physical barcode labels should be printed and for what type of target. It is a child object of PaperTargetLabel.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class BarcodeLabel : IReconfigurableRulebookObject
Inheritance
Object    BarcodeLabel
Implements
IReconfigurableRulebookObject

Constructors

BarcodeLabel Public constructor

Properties

Comment Internal documentation comments. All text is ignored by the system.
LabelSize The size of barcode labels that should be used for printing. To avoid future name colision, the original product name is used, not the Orion 'small' or 'large' barcode label as used in the product. Value must be one of the following: OL385(for Small barcode labels) OL161(for Large barcode labels).
Series The series numbers to print on the barcode labels. Must be formated as a ValueSeries
StageLabel A unique value that is used in the mapping process of shots to events. StageLabels are defined in Singular objects. StageLabel values are traditionally a single character.
TargetName The formal name of the paper target to use with this BarcodeLabel option.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetSeriesAsList Interprets Series and returns a list of ints that it represents.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also