Domain QML Type

  • Esri.ArcGISRuntime
  • Domain
  • Base type for domains which specify the set of valid values for a field. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    Object

    Inherited By:

    CodedValueDomain, InheritedDomain, and RangeDomain

    Properties

    Methods

    Detailed Description

    Note: You cannot declare or create a component of this type in QML code.

    The following domain types are available:

    • Coded Value Domain
    • Inherited Domain
    • Range Domain

    Property Documentation

    [read-only] domainType : Enums.DomainType

    Returns the type of the domain (read-only).

    See also Enums.DomainType.


    [read-only, since Esri.ArcGISRuntime 100.14] fieldType : Enums.FieldType

    The field type of the domain (read-only).

    This property was introduced in Esri.ArcGISRuntime 100.14.


    json : jsobject

    The JSON representation of this object.


    [read-only] name : string

    Returns the name of the domain (read-only).


    [read-only] unknownJson : jsobject

    Returns the unknown JSON from the source JSON.

    See also JsonSerializable.


    [read-only] unsupportedJson : jsobject

    Returns the unsupported data from the source JSON.

    See also JsonSerializable.


    Method Documentation

    [since Esri.ArcGISRuntime 100.9] bool equals(Domain other)

    Returns true if this object and other are equal.

    Tests if two domain objects are equal.

    This method was introduced in Esri.ArcGISRuntime 100.9.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.