UndoCheckOutResultData Class

The DTO object for UndoCheckOutResult.
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 UndoCheckOutResultData : BatchOperationResultData

The UndoCheckOutResultData type exposes the following members.

Constructors
  NameDescription
Public methodUndoCheckOutResultData
Initializes a new instance of the UndoCheckOutResultData 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 UndoCheckOutResult and UndoCheckOutResultData.
Top
See Also