AppSettingTransferItem Class

Represents an app setting transfer item.
Inheritance Hierarchy

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

The AppSettingTransferItem type exposes the following members.

Constructors
  NameDescription
Public methodAppSettingTransferItem Obsolete.
Initializes a new instance of the AppSettingTransferItem class.
Public methodAppSettingTransferItem(Guid, AppSettingValueSource, Object, String)
Initializes a new instance of the AppSettingTransferSpec class.
Top
Properties
  NameDescription
Public propertyAppSettingId
Gets the app setting ID.
(Inherited from AppSettingTransferSpec.)
Public propertyModuleId
Gets or sets the application setting module ID.
Public propertyName
Gets or sets the application setting name.
Public propertyScope
Gets the scope of the app setting ID.
(Inherited from AppSettingTransferSpec.)
Public propertyScopeTarget
Gets the scope target of the app setting ID.
(Inherited from AppSettingTransferSpec.)
Public propertyValue
Gets or sets the application setting value.
Top
See Also