GlobalizedEnumAttribute Class

Attribute to provide globalization for the names of an enumeration.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Dundas.BIGlobalizedEnumAttribute

Namespace: Dundas.BI
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[AttributeUsageAttribute(AttributeTargets.Enum)]
public sealed class GlobalizedEnumAttribute : Attribute

The GlobalizedEnumAttribute type exposes the following members.

Constructors
 NameDescription
Public methodGlobalizedEnumAttribute Initializes a new instance of the GlobalizedEnumAttribute class.
Top
Properties
 NameDescription
Public propertyAdditionalSuffix Gets an additional suffix which may be associated with enumeration members.
Public propertyModuleId Gets the GUID of the module in which the globalized strings are defined.
Public propertyStringKeyPrefix Gets the prefix for globalized strings corresponding to the enumeration.
Top
Remarks
The corresponding localization key for the enumeration values of this enumeration will be StringKeyPrefix + enumeration type name + "_" + enumeration value name.
See Also