Class PropertyIsNotEqualToFilter_FE1_1_0
This class provides an interface for creating an OGC PropertyIsNotEqualToFilter Version 1.1.0.
Implements
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
public class PropertyIsNotEqualToFilter_FE1_1_0 : OgcFilterBase, IFilter
Constructors
| Edit this page View SourcePropertyIsNotEqualToFilter_FE1_1_0(string, string)
Initializes a new instance of the PropertyIsNotEqualToFilter_FE1_1_0 class.
Declaration
public PropertyIsNotEqualToFilter_FE1_1_0(string propertyName, string arg)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | |
| string | arg |
Methods
| Edit this page View SourceEncode()
This method encodes the filter in XML.
Declaration
public string Encode()
Returns
| Type | Description |
|---|---|
| string | An XML string |