Click or drag to resize

XmlExportImportResourceQuery Method

Query the object

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

Parameters

scopingType  Type

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

scopingKey  Object

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

filter  NameValueCollection

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

Return Value

IQueryResultSet

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

Implements

IApiChildResourceHandlerQuery(Type, Object, NameValueCollection)
See Also