MultyDecodeType

MultyDecodeType class

Composite decode type.

The MultyDecodeType type exposes the following members:

Constructors

NameDescription
MultyDecodeType(barcode_types)Initializes a new instance of the MultyDecodeType class
MultyDecodeType(barcode_types)Initializes a new instance of the MultyDecodeType 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 MultyDecodeType 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 MultyDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
try_parse(parsing_type, result)Converts the string representation of a MultyDecodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
try_parse(parsing_type, result)Converts the string representation of a MultyDecodeType 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 MultyDecodeType.
exclude(single_type)Excludes SingleDecodeType from the MultyDecodeType and returns new MultyDecodeType 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