Click or drag to resize

SyncJobChange Class

Defines a job change.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.SynchronizationSyncJobChange

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class SyncJobChange

The SyncJobChange type exposes the following members.

Constructors
  NameDescription
Public methodSyncJobChange
Initializes a new instance of the SyncJobChange class.
Top
Properties
  NameDescription
Public propertyChange
Gets the change instance.
Public propertyDestinationSynchronizer
Gets the destination endpoint synchronizer.
Public propertyJob
Gets the job instance.
Public propertySourceSynchronizer
Gets the source endpoint synchronizer.
Public propertyState
Gets the state.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTrace
Traces this instance.
Top
See Also