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.Desktop.dll
Syntax
public class PropertyIsNotEqualToFilter_FE1_1_0 : OgcFilterBase, IFilter
Constructors
| Improve this Doc 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 |
---|---|---|
System.String | propertyName | |
System.String | arg |
Methods
| Improve this Doc View SourceEncode()
This method encodes the filter in XML.
Declaration
public string Encode()
Returns
Type | Description |
---|---|
System.String | An XML string |