Open this page in the API Guide

LocalizationData Class

Represents the object to return for localization data.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.LocalizationData

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

The LocalizationData type exposes the following members.

Constructors
  NameDescription
Public methodLocalizationData()
Initializes a new instance of the LocalizationData class.
Public methodLocalizationData(Int32)
Initializes a new instance of the LocalizationData class.
Top
Properties
  NameDescription
Public propertyChecksum
Gets or sets the checksum for this module.
Public propertyModuleId
Gets or sets the ID of the module.
Public propertyStrings
Gets the strings.
Top
Methods
  NameDescription
Public methodStatic memberConvertFromDictionary
Converts from dictionary to a IList<T> for JSON transport.
Top
See Also