KnowledgeInspector Class
Takes a snapshot of a SyncKnowledge object and provides methods for inspecting the details of the knowledge.
This class has been superseded by the KnowledgeFragmentInspector. For developing new applications, use KnowledgeFragmentInspector.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.KnowledgeInspector
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class KnowledgeInspector
'Usage
Dim instance As KnowledgeInspector
public class KnowledgeInspector
public ref class KnowledgeInspector
type KnowledgeInspector = class end
public class KnowledgeInspector
The KnowledgeInspector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KnowledgeInspector | Initializes a new instance of the KnowledgeInspector class that contains the specified knowledge version and knowledge object. |
Top
Properties
Name | Description | |
---|---|---|
ItemChangeUnitOverrides | Gets the collection of ItemChangeUnitOverride objects that are contained in the knowledge. | |
ItemOverrides | Gets the collection of ItemOverride objects that are contained in the knowledge. | |
ItemRangeOverrides | Gets the collection of ItemRangeOverride objects that are contained in the knowledge. | |
ReplicaKeyMap | Gets the replica key map that is contained in the knowledge. | |
ScopeClockVector | Gets the clock vector that is contained in the knowledge. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
KnowledgeInspector 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 KnowledgeInspector 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.