dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
SyncCapabilities Class
Sync capabilities advertised by a Feature Service.
public record SyncCapabilities : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SyncCapabilities>
Inheritance System.Object 🡒 SyncCapabilities
Implements System.IEquatable<SyncCapabilities>
Constructors
SyncCapabilities(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Sync capabilities advertised by a Feature Service.
public SyncCapabilities(System.Nullable<bool> SupportsAsync=null, System.Nullable<bool> SupportsRegisteringExistingData=null, System.Nullable<bool> SupportsSyncDirectionControl=null, System.Nullable<bool> SupportsPerLayerSync=null, System.Nullable<bool> SupportsPerReplicaSync=null, System.Nullable<bool> SupportsRollbackOnFailure=null, System.Nullable<int> SupportedSyncDataOptions=null);
Parameters
SupportsAsync System.Nullable<System.Boolean>
SupportsRegisteringExistingData System.Nullable<System.Boolean>
SupportsSyncDirectionControl System.Nullable<System.Boolean>
SupportsPerLayerSync System.Nullable<System.Boolean>
SupportsPerReplicaSync System.Nullable<System.Boolean>
SupportsRollbackOnFailure System.Nullable<System.Boolean>
SupportedSyncDataOptions System.Nullable<System.Int32>
Properties
SyncCapabilities.SupportedSyncDataOptions Property
public System.Nullable<int> SupportedSyncDataOptions { get; init; }
Property Value
SyncCapabilities.SupportsAsync Property
public System.Nullable<bool> SupportsAsync { get; init; }
Property Value
System.Nullable<System.Boolean>
SyncCapabilities.SupportsPerLayerSync Property
public System.Nullable<bool> SupportsPerLayerSync { get; init; }
Property Value
System.Nullable<System.Boolean>
SyncCapabilities.SupportsPerReplicaSync Property
public System.Nullable<bool> SupportsPerReplicaSync { get; init; }
Property Value
System.Nullable<System.Boolean>
SyncCapabilities.SupportsRegisteringExistingData Property
public System.Nullable<bool> SupportsRegisteringExistingData { get; init; }
Property Value
System.Nullable<System.Boolean>
SyncCapabilities.SupportsRollbackOnFailure Property
public System.Nullable<bool> SupportsRollbackOnFailure { get; init; }
Property Value
System.Nullable<System.Boolean>
SyncCapabilities.SupportsSyncDirectionControl Property
public System.Nullable<bool> SupportsSyncDirectionControl { get; init; }