CheckOutResultData Class

The DTO object for CheckOutResult.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBatchOperationResultData
    Dundas.BI.WebApi.ModelsCheckOutResultData

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 CheckOutResultData : BatchOperationResultData

The CheckOutResultData type exposes the following members.

Constructors
 NameDescription
Public methodCheckOutResultData Initializes a new instance of the CheckOutResultData 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 CheckOutResult and CheckOutResultData.
Top
See Also