ConfigValueOptions Class

The options class used for setting an application configuration value.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsConfigValueOptions

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 ConfigValueOptions : BaseDataContract

The ConfigValueOptions type exposes the following members.

Constructors
 NameDescription
Public methodConfigValueOptions Initializes a new instance of the ConfigValueOptions class.
Top
Properties
 NameDescription
Public propertyExposePassword Gets or sets a value indicating whether or not to show the password.
Public propertyScope Gets or sets the setting scope.
Public propertyScopeTarget Gets or sets the setting scope target.
Public propertySettingId Gets or sets the setting ID.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyValue Gets or sets the setting value.
Top
See Also