ClientRequestBase 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 (26.2.0.1000)
Syntax
public abstract class ClientRequestBase : IDisposable

The ClientRequestBase type exposes the following members.

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