RestoreResultData Class

The DTO object for RestoreResult.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBatchOperationResultData
    Dundas.BI.WebApi.ModelsRestoreResultData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class RestoreResultData : BatchOperationResultData

The RestoreResultData type exposes the following members.

Constructors
 NameDescription
Public methodRestoreResultData Initializes a new instance of the RestoreResultData class.
Top
Properties
 NameDescription
Public propertyDetails Gets the result of the operation by object ID.
Public propertySuccess Gets a value indicating whether the operation was successful.
(Inherited from BatchOperationResultData)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between RestoreResult and RestoreResultData.
Top
See Also