AppSettingTransferSpec Class

Represents a specifier of the application configuration setting.

Inheritance Hierarchy

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class AppSettingTransferSpec

The AppSettingTransferSpec type exposes the following members.

Constructors
  NameDescription
Public methodAppSettingTransferSpec Obsolete.
Initializes a new instance of the AppSettingTransferSpec class.
Public methodAppSettingTransferSpec(Guid, AppSettingValueSource, Object)
Initializes a new instance of the AppSettingTransferSpec class.
Top
Properties
  NameDescription
Public propertyAppSettingId
Gets the app setting ID.
Public propertyScope
Gets the scope of the app setting ID.
Public propertyScopeTarget
Gets the scope target of the app setting ID.
Top
See Also