DSPResourceQueryProvider Methods
The DSPResourceQueryProvider type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetOpenPropertyValue
Gets a value of open property for the specified resource.
Public methodGetOpenPropertyValues
Gets a list of all open properties for the specified resource.
Public methodGetPropertyValue
Gets a value of a declared property for a resource.
Public methodGetQueryRootForResourceSet
Returns a query which can be used to retrive resource from the specified resource set.
Public methodGetResourceType
Returns a resource type for the specified resource.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInvokeServiceOperation
Invokes the specified service operation.
Public methodRegisterServiceOperationHandler
Registers a service operation handler.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also