Click or drag to resize

SecurityRoleUserChildHandlerQuery Method

Query the specified sub-object

Namespace:  SanteDB.Rest.AMI.ChildResources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public IEnumerable<Object> Query(
	Type scopingType,
	Object scopingKey,
	NameValueCollection filter,
	int offset,
	int count,
	out int totalCount
)

Parameters

scopingType
Type: SystemType

[Missing <param name="scopingType"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityRoleUserChildHandler.Query(System.Type,System.Object,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

scopingKey
Type: SystemObject

[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityRoleUserChildHandler.Query(System.Type,System.Object,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.ChildResources.SecurityRoleUserChildHandler.Query(System.Type,System.Object,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

offset
Type: SystemInt32

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

count
Type: SystemInt32

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

totalCount
Type: SystemInt32

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

Return Value

Type: IEnumerableObject

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.ChildResources.SecurityRoleUserChildHandler.Query(System.Type,System.Object,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

Implements

IApiChildResourceHandlerQuery(Type, Object, NameValueCollection, Int32, Int32, Int32)
See Also