SingleDecodeType

SingleDecodeType class

Single decode type. See decode type to get instance.

The SingleDecodeType type exposes the following members:

Properties

Name Description
type_index Gets an index of decode type
type_name Gets a name of decode type

Methods

Name Description
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 MultyDecodeType 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 SingleDecodeType 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 BaseDecodeType to its instance, having determined the concrete type.
A return value indicates whether the conversion succeeded or failed.
contains_any(types) Returns a value indicating whether this instance is included into the list specified.
parse(string_decode_type) Converts the string representation of the name of a SingleDecodeType to its instance.

See Also