This class converts localized text keys used to display
enum values in AyaNova UI to integer enum values
suitable for using in queries in database
This is required because the Infragistics grid component
only gives us the text selected in a filter based on an enum value
not the underlying enum or it's value
This method is used in conjunction with the GetLocalizedTextKey method
in the LocalizedTextTable object by the UI (due to caching)
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public sealed class AyaEnumConverter
Public NotInheritable Class AyaEnumConverter
Dim instance As AyaEnumConverter
public ref class AyaEnumConverter sealed
public final class AyaEnumConverter
public final class AyaEnumConverter
GZTW.AyaNova.BLL.AyaEnumConverter = function(); Type.createClass( 'GZTW.AyaNova.BLL.AyaEnumConverter');
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| AyaEnumConverter()()() | ||
| Convert(String) |
Convert localized text key to enum value
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| AyaEnumConverter | |