Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Composite decode type.
The MultyDecodeType type exposes the following members:
| Name | Description |
|---|---|
| MultyDecodeType(barcode_types) | Initializes a new instance of the MultyDecodeType class |
| MultyDecodeType(barcode_types) | Initializes a new instance of the MultyDecodeType class |
| Name | Description |
|---|---|
| get_single_types_count | Returns a number of single types. |
| Name | Description |
|---|---|
| equals(other) | Returns a value indicating whether this instance is equal to a specified MultyDecodeType value. |
| equals(other) | Returns a value indicating whether this instance is equal to a 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. |
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.