Click or drag to resize

IApiChildResourceHandlerQuery Method

Get the value of the associated property with no context (exmaple: GET /hdsi/resource/property)

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
IQueryResultSet Query(
	Type scopingType,
	Object scopingKey,
	NameValueCollection filter
)

Parameters

scopingType  Type

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

scopingKey  Object

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

filter  NameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

Return Value

IQueryResultSet

[Missing <returns> documentation for "M:SanteDB.Rest.Common.IApiChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

See Also