| TransferItemResultData Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Dundas.BI.WebApi.Models
 Syntax
SyntaxThe TransferItemResultData type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TransferItemResultData | 
            Initializes a new instance of the TransferItemResultData class.
             | 
 Properties
Properties| 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.) | 
 See Also
See Also