MultiDecodeType

MultiDecodeType class

Composite decode type.

The MultiDecodeType type exposes the following members:

Constructors

NameDescription
MultiDecodeType(barcode_types)Initializes a new instance of the MultiDecodeType class
MultiDecodeType(barcode_types)Initializes a new instance of the MultiDecodeType class

Properties

NameDescription
get_single_types_countReturns a number of single types.

Methods

NameDescription
equals(other)Returns a value indicating whether this instance is equal to a specified MultiDecodeType value.
equals(other)Returns a value indicating whether this decode types collection contains only specified SingleDecodeType value.
equals(other)Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.
try_parse(parsing_type, result)Converts the string representation of a MultiDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
try_parse(parsing_type, result)Converts the string representation of a MultiDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
try_parse(parsing_type, result)Converts the string representation of a MultiDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
contains_any(decode_types)Is contain any of types
add(single_type)Adds one more SingleDecodeType to the MultiDecodeType.
exclude(single_type)Excludes SingleDecodeType from the MultiDecodeType and returns new MultiDecodeType instance.
contains_all(barcode_types)Check if this contains all types from barcode types.
get_single_types()Represents a list of single types.

See Also