Show / Hide Table of Contents

    Class Field

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

    Properties

    | Improve this Doc View Source

    alias

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

    domain

    Declaration
    public Domain domain { get; set; }
    Property Value
    Type Description
    Domain
    | Improve this Doc View Source

    editable

    Declaration
    public bool editable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    length

    Declaration
    public int length { 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

    nullable

    Declaration
    public bool nullable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    type

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