{CompanyName} FlexyGo

StringEnum Members

The StringEnum type exposes the following members.

Constructors


  Name Description
Public method StringEnum
Creates a new StringEnum instance.

Methods


  Name Description
Public method GetListValues
Gets the values as a 'bindable' list data source.
Public method GetStringValue(String)
Gets the string value associated with the given enum value.
Public method Static member GetStringValue(Enum)
Gets a string value for a particular enum value.
Public method GetStringValues
Gets the string values associated with the enum.
Public method IsStringDefined(String)
Return the existence of the given string value within the enum.
Public method IsStringDefined(String, Boolean)
Return the existence of the given string value within the enum.
Public method Static member IsStringDefined(Type, String)
Return the existence of the given string value within the enum.
Public method Static member IsStringDefined(Type, String, Boolean)
Return the existence of the given string value within the enum.
Public method Static member Parse(Type, String)
Parses the supplied enum and string value to find an associated enum value (case sensitive).
Public method Static member Parse(Type, String, Boolean)
Parses the supplied enum and string value to find an associated enum value.

Properties


  Name Description
Public property EnumType
Gets the underlying enum type for this instance.