Click or drag to resize

CdssDefinitionChildResourceHandlerQuery Method

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

Namespace: SanteDB.Cdss.Xml.Ami
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public IQueryResultSet Query(
	Type scopingType,
	Object scopingKey,
	NameValueCollection filter
)

Parameters

scopingType  Type

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Cdss.Xml.Ami.CdssDefinitionChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

scopingKey  Object

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Cdss.Xml.Ami.CdssDefinitionChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

filter  NameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.Cdss.Xml.Ami.CdssDefinitionChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

Return Value

IQueryResultSet

[Missing <returns> documentation for "M:SanteDB.Cdss.Xml.Ami.CdssDefinitionChildResourceHandler.Query(System.Type,System.Object,System.Collections.Specialized.NameValueCollection)"]

Implements

IApiChildResourceHandlerQuery(Type, Object, NameValueCollection)
See Also