GetStringOptions Class

The options class for localization GetString call.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetStringOptions

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 GetStringOptions

The GetStringOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetStringOptions Initializes a new instance of the GetStringOptions class.
Top
Properties
 NameDescription
Public propertyFormatArguments Gets the format arguments.
Public propertyKey Gets or sets the key.
Public propertyModuleId Gets or sets the ID of the module.
Top
See Also