Open this page in the API Guide

GetStringOptions Class

The options class for localization GetString call.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.GetStringOptions

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 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