BaseEncodeType

BaseEncodeType class

Base class for SymbologyEncodeType.

The BaseEncodeType type exposes the following members:

Properties

Name Description
type_index Gets an index of encode type
type_name Gets a name of encode type
classification Gets a classification of this symbology.

Methods

Name Description
try_parse(parsing_type, result) Converts the string representation of a BaseEncodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
try_parse(parsing_type, result) Converts the string representation of a BaseEncodeType to its instance.
A return value indicates whether the conversion succeeded or failed.
parse(string_encode_type) Converts the string representation of the name of a BaseEncodeType to its instance.
equals(other) Returns a value indicating whether this instance is equal to a specified BaseEncodeType value.

See Also