C# Class Mapsui.Providers.Wfs.Utilities.PropertyIsBetweenFilter_FE1_1_0

This class provides an interface for creating an OGC PropertyIsBetweenFilter Version 1.1.0.
Inheritance: OgcFilterBase, IFilter
Exibir arquivo Open project: pauldendulk/Mapsui Class Usage Examples

Public Methods

Method Description
Encode ( ) : string

This method encodes the filter in XML.

PropertyIsBetweenFilter_FE1_1_0 ( string propertyName, string lowerBoundary, string upperBoundary ) : System.Collections.Generic

Initializes a new instance of the PropertyIsBetweenFilter_FE1_1_0 class.

Method Details

Encode() public method

This method encodes the filter in XML.
public Encode ( ) : string
return string

PropertyIsBetweenFilter_FE1_1_0() public method

Initializes a new instance of the PropertyIsBetweenFilter_FE1_1_0 class.
public PropertyIsBetweenFilter_FE1_1_0 ( string propertyName, string lowerBoundary, string upperBoundary ) : System.Collections.Generic
propertyName string
lowerBoundary string
upperBoundary string
return System.Collections.Generic