Show / Hide Table of Contents

    Class Result

    Inheritance
    System.Object
    Result
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Providers.ArcGIS.Dynamic
    Assembly: Mapsui.dll
    Syntax
    public class Result

    Properties

    | Improve this Doc View Source

    attributes

    Declaration
    public Dictionary<string, string> attributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    | Improve this Doc View Source

    displayFieldName

    Declaration
    public string displayFieldName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    geometryType

    Declaration
    public string geometryType { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    layerId

    Declaration
    public string layerId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    layerName

    Declaration
    public string layerName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    value

    Declaration
    public string value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX