Click or drag to resize

SecurityEntityResourceHandlerTSecurityEntityQueryChildObjects Method

Query child objects

Namespace: SanteDB.Rest.AMI.Resources
Assembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public override IQueryResultSet QueryChildObjects(
	Object scopingEntityKey,
	string propertyName,
	NameValueCollection filter
)

Parameters

scopingEntityKey  Object

[Missing <param name="scopingEntityKey"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]

propertyName  String

[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]

filter  NameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]

Return Value

IQueryResultSet

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]

Implements

IChainedApiResourceHandlerQueryChildObjects(Object, String, NameValueCollection)
See Also