AyaNova business object library 4.0.1
AyaEnumConverter Class
NamespacesGZTW.AyaNova.BLLAyaEnumConverter
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)
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
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');
Members
All MembersConstructorsMethods



IconMemberDescription
AyaEnumConverter()()()
Convert(String)
Convert localized text key to enum value

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
AyaEnumConverter

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)