dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
EditorTrackingInfo Class
Editor-tracking configuration reported by a Feature Service.
public record EditorTrackingInfo : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.EditorTrackingInfo>
Inheritance System.Object 🡒 EditorTrackingInfo
Implements System.IEquatable<EditorTrackingInfo>
Constructors
EditorTrackingInfo(Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Editor-tracking configuration reported by a Feature Service.
public EditorTrackingInfo(System.Nullable<bool> EnableEditorTracking=null, System.Nullable<bool> EnableOwnershipAccessControl=null, System.Nullable<bool> AllowOthersToUpdate=null, System.Nullable<bool> AllowOthersToDelete=null, System.Nullable<bool> AllowOthersToQuery=null);
Parameters
EnableEditorTracking System.Nullable<System.Boolean>
EnableOwnershipAccessControl System.Nullable<System.Boolean>
AllowOthersToUpdate System.Nullable<System.Boolean>
AllowOthersToDelete System.Nullable<System.Boolean>
AllowOthersToQuery System.Nullable<System.Boolean>
Properties
EditorTrackingInfo.AllowOthersToDelete Property
public System.Nullable<bool> AllowOthersToDelete { get; init; }
Property Value
System.Nullable<System.Boolean>
EditorTrackingInfo.AllowOthersToQuery Property
public System.Nullable<bool> AllowOthersToQuery { get; init; }
Property Value
System.Nullable<System.Boolean>
EditorTrackingInfo.AllowOthersToUpdate Property
public System.Nullable<bool> AllowOthersToUpdate { get; init; }
Property Value
System.Nullable<System.Boolean>
EditorTrackingInfo.EnableEditorTracking Property
public System.Nullable<bool> EnableEditorTracking { get; init; }
Property Value
System.Nullable<System.Boolean>
EditorTrackingInfo.EnableOwnershipAccessControl Property
public System.Nullable<bool> EnableOwnershipAccessControl { get; init; }