InheritedDomain Class

  • InheritedDomain
  • class Esri::ArcGISRuntime::InheritedDomain

    A domain which applies to domains on subtypes. More...

    Header: #include <InheritedDomain.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Domain

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    InheritedDomain(const Esri::ArcGISRuntime::Domain &other)
    InheritedDomain(Esri::ArcGISRuntime::InheritedDomain &&other)
    InheritedDomain(const Esri::ArcGISRuntime::InheritedDomain &other)
    InheritedDomain()
    Esri::ArcGISRuntime::InheritedDomain &operator=(Esri::ArcGISRuntime::InheritedDomain &&other)
    Esri::ArcGISRuntime::InheritedDomain &operator=(const Esri::ArcGISRuntime::InheritedDomain &other)
    virtual ~InheritedDomain() override
    bool isValid() const

    Detailed Description

    It implies that the domain for a field at the subtype level is the same as the domain for the field at the layer level.

    Member Function Documentation

    InheritedDomain::InheritedDomain(const Esri::ArcGISRuntime::Domain &other)

    Converting constructor from other Domain.

    See also Downcast helper functions.

    InheritedDomain::InheritedDomain(Esri::ArcGISRuntime::InheritedDomain &&other)

    Move constructor from other InheritedDomain.

    InheritedDomain::InheritedDomain(const Esri::ArcGISRuntime::InheritedDomain &other)

    Copy constructor from other InheritedDomain.

    InheritedDomain::InheritedDomain()

    Default constructor. Creates an empty and invalid InheritedDomain with domainType DomainType::Unknown.

    See also DomainType.

    Esri::ArcGISRuntime::InheritedDomain &InheritedDomain::operator=(Esri::ArcGISRuntime::InheritedDomain &&other)

    Move operator from other InheritedDomain.

    Esri::ArcGISRuntime::InheritedDomain &InheritedDomain::operator=(const Esri::ArcGISRuntime::InheritedDomain &other)

    Assignment operator from other InheritedDomain.

    [override virtual] InheritedDomain::~InheritedDomain()

    Destructor.

    bool InheritedDomain::isValid() const

    Gets whether this InheritedDomain is valid.

    A InheritedDomain is valid if it is not empty and domainType is DomainType::InheritedDomain.

    Returns true if valid.

    This function was introduced in Esri::ArcGISRuntime 100.2.

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

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close