Search Results for

    Show / Hide Table of Contents

    Class WfsFeatureTypeInfo.ElementInfo

    The element info associated to the feature.

    Inheritance
    object
    WfsFeatureTypeInfo.ElementInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Providers.Wfs.Utilities
    Assembly: Mapsui.Nts.dll
    Syntax
    [Serializable]
    public class WfsFeatureTypeInfo.ElementInfo

    Constructors

    | Edit this page View Source

    ElementInfo(string, string)

    Declaration
    public ElementInfo(string name, string dataType)
    Parameters
    Type Name Description
    string name
    string dataType

    Properties

    | Edit this page View Source

    DataType

    Gets the type of the element

    Declaration
    public string DataType { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Gets the name of the element

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX