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 (26.2.0.1000)
Syntax
public GlobalizedEnumAttribute(
	string moduleId,
	string stringKeyPrefix
)

Parameters

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