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

This class is the base class of all filters. It stores the filter arguments.
Afficher le fichier Open project: pauldendulk/Mapsui

Protected Properties

Свойство Type Description
Args string[]

Méthodes protégées

Méthode Description
OgcFilterBase ( string args ) : System.Collections.Generic

Protected constructor for the abstract class.

Method Details

OgcFilterBase() protected méthode

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

Property Details

Args protected_oe property

protected string[] Args
Résultat string[]