|  | AppletResourceHandlerQuery Method (NameValueCollection, Int32, Int32, Int32) | 
 
            Perform a query of applets with restrictions
            
 
    Namespace: 
   SanteDB.Rest.AMI.Resources
    Assembly:
   SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
 Syntax
Syntaxpublic IEnumerable<Object> Query(
	NameValueCollection queryParameters,
	int offset,
	int count,
	out int totalCount
)
Public Function Query ( 
	queryParameters As NameValueCollection,
	offset As Integer,
	count As Integer,
	<OutAttribute> ByRef totalCount As Integer
) As IEnumerable(Of Object)
public:
virtual IEnumerable<Object^>^ Query(
	NameValueCollection^ queryParameters, 
	int offset, 
	int count, 
	[OutAttribute] int% totalCount
) sealed
abstract Query : 
        queryParameters : NameValueCollection * 
        offset : int * 
        count : int * 
        totalCount : int byref -> IEnumerable<Object> 
override Query : 
        queryParameters : NameValueCollection * 
        offset : int * 
        count : int * 
        totalCount : int byref -> IEnumerable<Object> Parameters
- queryParameters
- Type: SanteDB.Core.Model.QueryNameValueCollection
 The filter to apply
- offset
- Type: SystemInt32
 The offset of the first result
- count
- Type: SystemInt32
 The count of objects
- totalCount
- Type: SystemInt32
 The total matching results
Return Value
Type: 
IEnumerableObjectThe applet manifests
Implements
IApiResourceHandlerQuery(NameValueCollection, Int32, Int32, Int32) See Also
See Also