Show / Hide Table of Contents

    Class Table

    Inheritance
    System.Object
    Table
    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
    Assembly: Mapsui.dll
    Syntax
    public class Table

    Properties

    | Improve this Doc View Source

    id

    Declaration
    public int id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    name

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