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

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

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

Метод Описание
Encode ( ) : string

This method encodes the filter in XML.

PropertyIsLessThanFilter_FE1_1_0 ( string propertyName, string arg ) : System.Collections.Generic

Initializes a new instance of the PropertyIsLessThanFilter_FE1_1_0 class.

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

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

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

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

Initializes a new instance of the PropertyIsLessThanFilter_FE1_1_0 class.
public PropertyIsLessThanFilter_FE1_1_0 ( string propertyName, string arg ) : System.Collections.Generic
propertyName string
arg string
Результат System.Collections.Generic