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

This class provides an interface for creating an OGC PropertyIsNotEqualToFilter Version 1.1.0.
Inheritance: OgcFilterBase, IFilter
Exibir arquivo Open project: pauldendulk/Mapsui

Public Methods

Method Description
Encode ( ) : string

This method encodes the filter in XML.

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

Initializes a new instance of the PropertyIsNotEqualToFilter_FE1_1_0 class.

Method Details

Encode() public method

This method encodes the filter in XML.
public Encode ( ) : string
return string

PropertyIsNotEqualToFilter_FE1_1_0() public method

Initializes a new instance of the PropertyIsNotEqualToFilter_FE1_1_0 class.
public PropertyIsNotEqualToFilter_FE1_1_0 ( string propertyName, string arg ) : System.Collections.Generic
propertyName string
arg string
return System.Collections.Generic