GlobalizedEnumAttribute Constructor

Initializes a new instance of the GlobalizedEnumAttribute class.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public GlobalizedEnumAttribute(
	string moduleId,
	string stringKeyPrefix
)

Parameters

moduleId
Type: SystemString
The GUID of the module in which the globalized strings are defined.
stringKeyPrefix
Type: SystemString
The prefix for globalized strings corresponding to the enumeration.
See Also