Search Results for

    Show / Hide Table of Contents

    Class Field

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

    Properties

    | Edit this page View Source

    alias

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

    domain

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

    editable

    Declaration
    public bool editable { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    length

    Declaration
    public int length { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    name

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

    nullable

    Declaration
    public bool nullable { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    type

    Declaration
    public string? type { 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