AppSettingDetailData Class

The data class used for representing an application configuration setting's details.
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 AppSettingDetailData : BaseDataContract

The AppSettingDetailData type exposes the following members.

Constructors
  NameDescription
Public methodAppSettingDetailData
Initializes a new instance of the AppSettingDetailData class.
Top
Properties
  NameDescription
Public propertyAppSetting
Gets the AppSettingData object.
Public propertyEffectiveValueAtRequestedScope
Gets or sets the setting's effective value from the perspective of the requested scope.
Public propertyEffectiveValueOnCurrentServer
Gets or sets the setting's actual effective value on the current server.
Public propertySetValueAtRequestedScope
Gets or sets the setting's set value for the requested scope.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also