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 (24.1.0.1001)
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