TransferItemResult Class

Represents the result of a transfer of an item.
Inheritance Hierarchy
SystemObject
  Dundas.BI.TransferTransferItemResult

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 TransferItemResult

The TransferItemResult type exposes the following members.

Properties
  NameDescription
Public propertyIsItemCreated
Gets a value indicating whether the item is newly created in database.
Public propertyItemId
Gets the ID of the transfer item.
Public propertyItemName
Gets the Name of the transfer item.
Public propertyItemProperties
Gets a read only dictionary which contains all the item properties.
Public propertyMessage
Gets the message detail.
Public propertyObjectType
Gets the type of the object.
Public propertySeverity
Gets the message severity.
Public propertyStatus
Gets the status of this transfer item.
Public propertyTransferFailureReason
Gets the failure reason of this transfer item.
Top
Methods
See Also