Click or drag to resize

DispatcherQueueResourceHandlerQueryChildObjects Method

Query child objects

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public IEnumerable<Object> QueryChildObjects(
	Object scopingEntityKey,
	string propertyName,
	NameValueCollection filter,
	int offset,
	int count,
	out int totalCount
)

Parameters

scopingEntityKey
Type: SystemObject

[Missing <param name="scopingEntityKey"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.QueryChildObjects(System.Object,System.String,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.QueryChildObjects(System.Object,System.String,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

filter
Type: SanteDB.Core.Model.QueryNameValueCollection

[Missing <param name="filter"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.QueryChildObjects(System.Object,System.String,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.QueryChildObjects(System.Object,System.String,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.QueryChildObjects(System.Object,System.String,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

totalCount
Type: SystemInt32

[Missing <param name="totalCount"/> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.QueryChildObjects(System.Object,System.String,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

Return Value

Type: IEnumerableObject

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.DispatcherQueueResourceHandler.QueryChildObjects(System.Object,System.String,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

Implements

IChainedApiResourceHandlerQueryChildObjects(Object, String, NameValueCollection, Int32, Int32, Int32)
See Also