Class PropertyIsBetweenFilter_FE1_1_0
This class provides an interface for creating an OGC PropertyIsBetweenFilter Version 1.1.0.
Implements
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
public class PropertyIsBetweenFilter_FE1_1_0 : OgcFilterBase, IFilter
Constructors
| Edit this page View SourcePropertyIsBetweenFilter_FE1_1_0(string, string, string)
Initializes a new instance of the PropertyIsBetweenFilter_FE1_1_0 class.
Declaration
public PropertyIsBetweenFilter_FE1_1_0(string propertyName, string lowerBoundary, string upperBoundary)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | |
| string | lowerBoundary | |
| string | upperBoundary |
Methods
| Edit this page View SourceEncode()
This method encodes the filter in XML.
Declaration
public string Encode()
Returns
| Type | Description |
|---|---|
| string | An XML string |