Search Results for

    Show / Hide Table of Contents

    Class Result

    Inheritance
    object
    Result
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.ArcGIS.DynamicProvider
    Assembly: Mapsui.ArcGIS.dll
    Syntax
    public class Result

    Properties

    | Edit this page View Source

    attributes

    Declaration
    public Dictionary<string, string>? attributes { get; set; }
    Property Value
    Type Description
    Dictionary<string, string>
    | Edit this page View Source

    displayFieldName

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

    geometryType

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

    layerId

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

    layerName

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

    value

    Declaration
    public string? value { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX