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

This class is the base class of all filters. It stores the filter arguments.
Datei anzeigen Open project: pauldendulk/Mapsui

Protected Properties

Property Type Description
Args string[]

Protected Methods

Method Description
OgcFilterBase ( string args ) : System.Collections.Generic

Protected constructor for the abstract class.

Method Details

OgcFilterBase() protected method

Protected constructor for the abstract class.
protected OgcFilterBase ( string args ) : System.Collections.Generic
args string An array of arguments for the filter
return System.Collections.Generic

Property Details

Args protected_oe property

protected string[] Args
return string[]