CheckInResultData Class

The DTO object for CheckInResult.
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 CheckInResultData : BatchOperationResultData

The CheckInResultData type exposes the following members.

Constructors
  NameDescription
Public methodCheckInResultData
Initializes a new instance of the CheckInResultData 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 CheckInResult and CheckInResultData.
Top
See Also