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.