TransferResultData Class

Base data contract object for returning an TransferResult through REST API.
Inheritance Hierarchy

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

The TransferResultData type exposes the following members.

Constructors
  NameDescription
Public methodTransferResultData
Initializes a new instance of the TransferResultData class.
Top
Properties
  NameDescription
Public propertyAccountDetails
Gets the transfer results of accounts.
Public propertyAppSettingDetails
Gets the app setting transfer results.
Public propertyBuiltInResourceDetails
Gets the built-in resources transfer results.
Public propertyCustomAttributeDetails
Gets the transfer results of custom attributes.
Public propertyFileSystemEntryDetails
Gets the transfer results of file system entries.
Public propertyGroupDetails
Gets the transfer results of groups.
Public propertyJobDetails
Gets the job transfer results.
Public propertyNotificationDetails
Gets the notification transfer results.
Public propertyPublishHistoryDetails
Gets the publish history transfer results.
Public propertyStaticResourceDetails
Gets the static resources transfer results.
Public propertyStatus
Gets the status of the transfer result.
Public propertyTenantDetails
Gets the transfer results of tenants.
Public propertyTimeTaken
Gets the time taken to perform the transfer operation.
Public propertyTokenDetails
Gets the token transfer results.
Public propertyTransferFileId
Gets the ID of the transfer file exported or upgraded.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between TransferResult and TransferResultData.
Top
See Also