TransferItemResultData Class

Represents an IDictionary Guid, TransferItemResult.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[DataContractAttribute]
public class TransferItemResultData : BaseDataContract

The TransferItemResultData type exposes the following members.

Constructors
  NameDescription
Public methodTransferItemResultData
Initializes a new instance of the TransferItemResultData class.
Top
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 propertySeverity
Gets the message severity.
Public propertyStatus
Gets the status of this transfer item.
Public propertyTransferFailureReason
Gets the failure reason of this transfer item.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also