C# Класс Mapsui.Providers.Wfs.Utilities.PropertyIsBetweenFilter_FE1_1_0

This class provides an interface for creating an OGC PropertyIsBetweenFilter Version 1.1.0.
Наследование: OgcFilterBase, IFilter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Encode() публичный Метод

This method encodes the filter in XML.
public Encode ( ) : string
Результат string

PropertyIsBetweenFilter_FE1_1_0() публичный Метод

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
Результат System.Collections.Generic