Information about edit tracking fields. More...
| Header | #include <Edit |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
| Edit | |
| Edit | |
| Edit | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QString | creation |
| QString | creator |
| QString | edit |
| QString | editor |
| bool | is |
| 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.