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

This class is the base class of all filters. It stores the filter arguments.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Args string[]

Защищенные методы

Метод Описание
OgcFilterBase ( string args ) : System.Collections.Generic

Protected constructor for the abstract class.

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

OgcFilterBase() защищенный Метод

Protected constructor for the abstract class.
protected OgcFilterBase ( string args ) : System.Collections.Generic
args string An array of arguments for the filter
Результат System.Collections.Generic

Описание свойств

Args защищенное свойство

protected string[] Args
Результат string[]