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
Afficher le fichier Open project: pauldendulk/Mapsui Class Usage Examples

Méthodes publiques

Méthode 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 méthode

This method encodes the filter in XML.
public Encode ( ) : string
Résultat string

PropertyIsBetweenFilter_FE1_1_0() public méthode

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
Résultat System.Collections.Generic