Class WfsFeatureTypeInfo.ElementInfo
The element info associated to the feature.
Inherited Members
Namespace: Mapsui.Providers.Wfs.Utilities
Assembly: Mapsui.Nts.dll
Syntax
[Serializable]
public class WfsFeatureTypeInfo.ElementInfo
Constructors
| Edit this page View SourceElementInfo(string, string)
Declaration
public ElementInfo(string name, string dataType)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | dataType |
Properties
| Edit this page View SourceDataType
Gets the type of the element
Declaration
public string DataType { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the name of the element
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |