ClientRequest Class

Class that encapsulates a client data request and the associated options.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ClientRequest : ClientRequestBase

The ClientRequest type exposes the following members.

Constructors
  NameDescription
Public methodClientRequest
Initializes a new instance of the ClientRequest class.
Top
Properties
  NameDescription
Public propertyCancelSource
Gets the cancellation source object for cancelling the request operation.
(Inherited from ClientRequestBase.)
Public propertyClientData
Gets the client data information that is returned unmodified with the result.
(Inherited from ClientRequestBase.)
Public propertyObjectId
Gets the object ID for which data is requested.
(Inherited from ClientRequestBase.)
Public propertyOptions
Gets the options for requesting additional information.
(Inherited from ClientRequestBase.)
Public propertyOverrides
Gets or sets the optional request overrides, for customizing the data retrieval process.
(Inherited from ClientRequestBase.)
Public propertyPagingOptions
Gets the paging options, when result records are retrieved in pages.
Public propertyParameterValues
Gets the values for all the parameters defined for the business object.
(Inherited from ClientRequestBase.)
Public propertyParameterValueTextCategory
Gets or sets the value indicating whether the result should contain simplified, complete or no captions for all public parameter values.
(Inherited from ClientRequestBase.)
Public propertyProgress
Gets the data retrieval progress report.
(Inherited from ClientRequestBase.)
Public propertyShapingOptions
Gets the options for shaping the result.
(Inherited from ClientRequestBase.)
Public propertyViewId
Gets or sets the view ID that contains the object for which data is requested.
(Inherited from ClientRequestBase.)
Top
Methods
  NameDescription
Public methodDispose
Disposes any managed or unmanaged resources used by the class.
(Inherited from ClientRequestBase.)
Protected methodDispose(Boolean)
Disposes any managed or unmanaged resources used by the class.
(Inherited from ClientRequestBase.)
Protected methodFinalize
Finalizes an instance of the ClientRequestBase class.
(Inherited from ClientRequestBase.)
Top
See Also