 | ChainedResourceHandlerBaseQueryChildObjects Method |
Query child objects
Namespace: SanteDB.Rest.CommonAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic virtual IQueryResultSet QueryChildObjects(
Object scopingEntityKey,
string propertyName,
NameValueCollection filter
)
Public Overridable Function QueryChildObjects (
scopingEntityKey As Object,
propertyName As String,
filter As NameValueCollection
) As IQueryResultSet
public:
virtual IQueryResultSet^ QueryChildObjects(
Object^ scopingEntityKey,
String^ propertyName,
NameValueCollection^ filter
)
abstract QueryChildObjects :
scopingEntityKey : Object *
propertyName : string *
filter : NameValueCollection -> IQueryResultSet
override QueryChildObjects :
scopingEntityKey : Object *
propertyName : string *
filter : NameValueCollection -> IQueryResultSet Parameters
- scopingEntityKey Object
[Missing <param name="scopingEntityKey"/> documentation for "M:SanteDB.Rest.Common.ChainedResourceHandlerBase.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]
- propertyName String
[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.Common.ChainedResourceHandlerBase.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]
- filter NameValueCollection
[Missing <param name="filter"/> documentation for "M:SanteDB.Rest.Common.ChainedResourceHandlerBase.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]
Return Value
IQueryResultSet[Missing <returns> documentation for "M:SanteDB.Rest.Common.ChainedResourceHandlerBase.QueryChildObjects(System.Object,System.String,System.Collections.Specialized.NameValueCollection)"]
Implements
IChainedApiResourceHandlerQueryChildObjects(Object, String, NameValueCollection)
See Also