TransferItemResultData Class | 
Namespace: Dundas.BI.WebApi.Models
The TransferItemResultData type exposes the following members.
| Name | Description | |
|---|---|---|
| TransferItemResultData | 
            Initializes a new instance of the TransferItemResultData class.
              | 
| Name | Description | |
|---|---|---|
| IsItemCreated | 
            Gets a value indicating whether the item is newly created in database.
              | |
| ItemId | 
            Gets the ID of the transfer item.
              | |
| ItemName | 
            Gets the Name of the transfer item.
              | |
| ItemProperties | 
            Gets a read only dictionary which contains all the item properties.
              | |
| Message | 
            Gets the message detail.
              | |
| Severity | 
            Gets the message severity.
              | |
| Status | 
            Gets the status of this transfer item.
              | |
| TransferFailureReason | 
            Gets the failure reason of this transfer item.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) |