dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
EditFieldsInfo Class
The fields that record who adds or edits data in the feature service and when the edit is made.
ArcGIS Maps SDK for JavaScript
public class EditFieldsInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.EditFieldsInfo>
Inheritance System.Object 🡒 EditFieldsInfo
Implements System.IEquatable<EditFieldsInfo>
Constructors
EditFieldsInfo(string, string, string, string) Constructor
The fields that record who adds or edits data in the feature service and when the edit is made.
ArcGIS Maps SDK for JavaScript
public EditFieldsInfo(string? CreationDateField=null, string? CreatorField=null, string? EditDateField=null, string? EditorField=null);
Parameters
CreationDateField
System.String
The name of the field that stores the date and time the feature was created.
ArcGIS Maps SDK for JavaScript
CreatorField
System.String
The name of the field that stores the name of the user who created the feature.
ArcGIS Maps SDK for JavaScript
EditDateField
System.String
The name of the field that stores the date and time the feature was last edited.
ArcGIS Maps SDK for JavaScript
EditorField
System.String
The name of the field that stores the name of the user who last edited the feature.
ArcGIS Maps SDK for JavaScript
Properties
EditFieldsInfo.CreationDateField Property
The name of the field that stores the date and time the feature was created.
ArcGIS Maps SDK for JavaScript
public string? CreationDateField { get; set; }
Property Value
EditFieldsInfo.CreatorField Property
The name of the field that stores the name of the user who created the feature.
ArcGIS Maps SDK for JavaScript
public string? CreatorField { get; set; }
Property Value
EditFieldsInfo.EditDateField Property
The name of the field that stores the date and time the feature was last edited.
ArcGIS Maps SDK for JavaScript
public string? EditDateField { get; set; }
Property Value
EditFieldsInfo.EditorField Property
The name of the field that stores the name of the user who last edited the feature.
ArcGIS Maps SDK for JavaScript
public string? EditorField { get; set; }