LocalizationData Class

Represents the object to return for localization data.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsLocalizationData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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 IListT for JSON transport.
Top
See Also