Click or drag to resize

IQueryFilterExtension Interface

Represents a query filter extension

Namespace:  SanteDB.Core.Model.Query
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public interface IQueryFilterExtension

The IQueryFilterExtension type exposes the following members.

Properties
  NameDescription
Public propertyExtensionMethod
Gets the return type of the function
Public propertyName
Gets the name of the extension
Top
Methods
  NameDescription
Public methodCompose
Construct the expression from the parameters on the query string
Top
See Also