KnowledgeFragmentInspector Class

Takes a snapshot of a SyncKnowledge object that is in the format that is compatible with WindowsSync or later, and provides methods for inspecting the details of the knowledge.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.KnowledgeFragmentInspector

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Class KnowledgeFragmentInspector
'Usage
Dim instance As KnowledgeFragmentInspector
public class KnowledgeFragmentInspector
public ref class KnowledgeFragmentInspector
type KnowledgeFragmentInspector =  class end
public class KnowledgeFragmentInspector

The KnowledgeFragmentInspector type exposes the following members.

Constructors

  Name Description
Public method KnowledgeFragmentInspector Initializes a new instance of the KnowledgeFragmentInspector class that contains the specified knowledge object.

Top

Properties

  Name Description
Public property ColumnRangeSets Gets the list of RangeSet objects that refer to a specific set of change units.
Public property ScopeRangeSet Gets the RangeSet object that refers to all change units that do not have an entry in the ColumnRangeSets property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetMarkers Gets a list of item IDs that are marked with the specified marker type.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Sync Framework 2.0 changes the underlying structure of a knowledge object to a more flexible and efficient format. KnowledgeFragmentInspector is used to inspect a knowledge object in this format.

KnowledgeFragmentInspector represents a snapshot of the SyncKnowledge object. Later updates to the knowledge object will not be reflected in the snapshot that is contained in the inspector.

Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from KnowledgeFragmentInspector properties.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization Namespace