Click or drag to resize

IApiChildResourceHandlerQuery Method

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

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
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.Common.IApiChildResourceHandler.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.Common.IApiChildResourceHandler.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.Common.IApiChildResourceHandler.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.Common.IApiChildResourceHandler.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.Common.IApiChildResourceHandler.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.Common.IApiChildResourceHandler.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.Common.IApiChildResourceHandler.Query(System.Type,System.Object,SanteDB.Core.Model.Query.NameValueCollection,System.Int32,System.Int32,System.Int32@)"]

See Also