AppSettingValueData Class

The data class used for representing an application configuration setting value.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class AppSettingValueData : BaseDataContract

The AppSettingValueData type exposes the following members.

Constructors
  NameDescription
Public methodAppSettingValueData
Initializes a new instance of the AppSettingValueData class.
Top
Properties
  NameDescription
Public propertyEffectiveSourceForCurrentServer
Gets or sets the effective value source for the current server.
Public propertyPasswordHasValue
Gets or sets a value indicating whether the password setting has a value or not.
Public propertySettingId
Gets or sets the setting ID.
Public propertySource
Gets or sets the setting value source.
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