EditFieldsInfo Class

  • EditFieldsInfo
  • class Esri::ArcGISRuntime::EditFieldsInfo

    Information about edit tracking fields. More...

    Header: #include <EditFieldsInfo.h>
    Since: Esri::ArcGISRuntime 100.0

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    EditFieldsInfo(Esri::ArcGISRuntime::EditFieldsInfo &&other)
    EditFieldsInfo(const Esri::ArcGISRuntime::EditFieldsInfo &other)
    EditFieldsInfo()
    Esri::ArcGISRuntime::EditFieldsInfo &operator=(Esri::ArcGISRuntime::EditFieldsInfo &&other)
    Esri::ArcGISRuntime::EditFieldsInfo &operator=(const Esri::ArcGISRuntime::EditFieldsInfo &other)
    ~EditFieldsInfo()
    QString creationDateField() const
    QString creatorField() const
    QString editDateField() const
    QString editorField() const
    bool isEmpty() const
    QString realm() const

    Detailed Description

    Indicates which fields or attributes of a feature contain information about who created or edited the feature and when it was created or edited.

    Member Function Documentation

    EditFieldsInfo::EditFieldsInfo(Esri::ArcGISRuntime::EditFieldsInfo &&other)

    Move constructor from other EditFieldsInfo.

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

    Copy constructor from other EditFieldsInfo.

    EditFieldsInfo::EditFieldsInfo()

    Default constructor. Creates an empty EditFieldsInfo.

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

    Move operator from other EditFieldsInfo.

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

    Assignment operator from other EditFieldsInfo.

    EditFieldsInfo::~EditFieldsInfo()

    Destructor.

    QString EditFieldsInfo::creationDateField() const

    Returns the name of the field containing information about when the feature was first created.

    QString EditFieldsInfo::creatorField() const

    Returns the name of the field containing information about who created the feature.

    QString EditFieldsInfo::editDateField() const

    Returns the name of the field containing information about when the feature was last edited.

    QString EditFieldsInfo::editorField() const

    Returns the name of the field containing information about who edited the feature last.

    bool EditFieldsInfo::isEmpty() const

    Returns true if this EditFieldsInfo is empty.

    QString EditFieldsInfo::realm() const

    Returns the name of the field containing information about the realm of the person who edited the feature last.

    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