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 (26.2.0.1000)
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
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also