AppSettingTransferItem Class

Represents an app setting transfer item.
Inheritance Hierarchy
SystemObject
  Dundas.BI.TransferAppSettingTransferSpec
    Dundas.BI.TransferAppSettingTransferItem

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

The AppSettingTransferItem type exposes the following members.

Constructors
 NameDescription
Public methodAppSettingTransferItemInitializes a new instance of the AppSettingTransferItem class.
Obsolete
Public methodAppSettingTransferItem(Guid, AppSettingValueSource, Object, String)Initializes a new instance of the AppSettingTransferSpec class.
Top
Properties
 NameDescription
Public propertyAppSettingIdGets the app setting ID.
(Inherited from AppSettingTransferSpec)
Public propertyModuleIdGets or sets the application setting module ID.
Public propertyNameGets or sets the application setting name.
Public propertyScopeGets the scope of the app setting ID.
(Inherited from AppSettingTransferSpec)
Public propertyScopeTargetGets the scope target of the app setting ID.
(Inherited from AppSettingTransferSpec)
Public propertyValueGets or sets the application setting value.
Top
See Also