SyncLayerOption class final

The can be used in conjunction with SyncGeodatabaseParameters to specify per layer synchronization options.

Implemented types

Constructors

SyncLayerOption({int layerId = 0, SyncDirection syncDirection = SyncDirection.bidirectional})
Creates a new sync layer option with layer id and sync direction.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
layerId int
The layer or table Id to further filter in the generated geodatabase.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncDirection SyncDirection
The sync direction for the specified layer Id.
getter/setter pair

Methods

clone() SyncLayerOption
Clones the SyncLayerOption.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited