Click or drag to resize

StateEntry Class

Defines a state entry.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.SynchronizationStateEntry

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

The StateEntry type exposes the following members.

Constructors
  NameDescription
Public methodStateEntry
Initializes a new instance of the StateEntry class.
Top
Properties
  NameDescription
Public propertyEntry
Gets the stored entry.
Public propertyRelativeFilePath
Gets the relative path of this stored entry, or null if the path couldn't be computed because of hierarchy issues.
Public propertySynchronizer
Gets the endpoint synchronizer.
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.)
Top
See Also