DataRequestData Class

The data contract object for requesting a ClientRequest class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDataRequestData

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 DataRequestData : BaseDataContract

The DataRequestData type exposes the following members.

Constructors
 NameDescription
Public methodDataRequestData Initializes a new instance of the DataRequestData class.
Public methodDataRequestData(String) Initializes a new instance of the DataRequestData class.
Top
Properties
 NameDescription
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 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.
Public propertyParameterValueTextCategory Gets or sets the value indicating whether the result should contain simplified, complete or no captions for all public parameter values.
Public propertyShapingOptions Gets the options for shaping the result.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyViewId Gets or sets the view ID that contains the object for which data is requested.
Top
Methods
 NameDescription
Public methodToClientRequest Converts this DataRequestData to a server-based client request.
Public methodStatic memberToDataContractMappings The mapping between DataRequestData and ClientRequest.
Top
See Also