GlobalizedEnumAttribute Constructor |
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
)
Public Sub New (
moduleId As String,
stringKeyPrefix As String
)
public:
GlobalizedEnumAttribute(
String^ moduleId,
String^ stringKeyPrefix
)
new :
moduleId : string *
stringKeyPrefix : string -> GlobalizedEnumAttribute
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