LocalizationInfo Class

Represents localization information.
Inheritance Hierarchy
SystemObject
  Dundas.BILocalizationInfo

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class LocalizationInfo

The LocalizationInfo type exposes the following members.

Constructors
  NameDescription
Public methodLocalizationInfo
Initializes a new instance of the LocalizationInfo class.
Top
Properties
  NameDescription
Public propertyCulture
Gets the culture.
Public propertyIsOverride
Gets a value indicating whether this localization is an override.
Public propertyIsProtected
Gets a value indicating whether the localization is protected.
Public propertyModuleId
Gets the module identifier.
Public propertyName
Gets the name.
Top
See Also