ConduitValueAttribute Class
Extends Attribute
This can optionally be used on enum values to provide additional information.
Different ways to refer to the same value. The first alias in the list will be treated as keyword and additional aliases as synonyms. Note: that if an alias is supplied, the original enum name is not considered as an alias or keyword anymore unless explicitly specified as an alias.
ConduitValueAttribute ( params string [] aliases )