LocalizationInfoData Class

Base data contract object for returning an LocalizationInfo through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLocalizationInfoData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class LocalizationInfoData

The LocalizationInfoData type exposes the following members.

Constructors
  NameDescription
Public methodLocalizationInfoData
Initializes a new instance of the LocalizationInfoData class.
Top
Properties
  NameDescription
Public propertyCultureName
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