Feature class

Feature class

The class that incapsulates a common Print Schema feature.
The base class for all schema-defined features.
A

Inheritance: FeatureCompositePrintTicketElementPrintTicketElement

The Feature type exposes the following members:

Constructors

NameDescription
Feature(name, option, items)Initializes a new instance of the Feature class
Feature(name, feature, items)Initializes a new instance of the Feature class

Properties

NameDescription
nameGets the element name.

Methods

NameDescription
add(items)Adds a list of items to the end of this feature’s item list.
Each one must be a Feature, an Option, or a Property instance.

See Also