DeleteResultData Class

The DTO object for DeleteResult.
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 DeleteResultData : BatchOperationResultData

The DeleteResultData type exposes the following members.

Constructors
  NameDescription
Public methodDeleteResultData
Initializes a new instance of the DeleteResultData 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 DeleteResult and DeleteResultData.
Top
See Also