dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
LayerEditingInfo Class
Layer-level editing timestamps (epoch milliseconds) returned by the Feature Service REST endpoint.
public record LayerEditingInfo : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.LayerEditingInfo>
Inheritance System.Object 🡒 LayerEditingInfo
Implements System.IEquatable<LayerEditingInfo>
Constructors
LayerEditingInfo(Nullable, Nullable, Nullable) Constructor
Layer-level editing timestamps (epoch milliseconds) returned by the Feature Service REST endpoint.
public LayerEditingInfo(System.Nullable<long> LastEditDate=null, System.Nullable<long> SchemaLastEditDate=null, System.Nullable<long> DataLastEditDate=null);
Parameters
LastEditDate System.Nullable<System.Int64>
SchemaLastEditDate System.Nullable<System.Int64>
DataLastEditDate System.Nullable<System.Int64>
Properties
LayerEditingInfo.DataLastEditDate Property
public System.Nullable<long> DataLastEditDate { get; init; }
Property Value
LayerEditingInfo.LastEditDate Property
public System.Nullable<long> LastEditDate { get; init; }
Property Value
LayerEditingInfo.SchemaLastEditDate Property
public System.Nullable<long> SchemaLastEditDate { get; init; }