KnowledgeBuilder Class
Reconstructs a SyncKnowledge object from its constituent parts.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The KnowledgeBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | KnowledgeBuilder | Initializes a new instance of the KnowledgeBuilder class that contains the specified knowledge version and the ID format schema of the provider. |
| Name | Description | |
|---|---|---|
![]() | ItemChangeUnitOverrides | Gets the list of ItemChangeUnitOverride objects that are used to build the knowledge. |
![]() | ItemOverrides | Gets the list of ItemOverride objects that are used to build the knowledge. |
![]() | ItemRangeOverrides | Gets the list of ItemRangeOverride objects that are used to build the knowledge. |
![]() | ReplicaKeyMap | Gets the replica key map that is used to build the knowledge. |
![]() | ScopeClockVector | Gets or sets the clock vector that is used to build the knowledge. |
| Name | Description | |
|---|---|---|
![]() | BuildForgottenKnowledge | Builds a ForgottenKnowledge object from the parts that are provided by the other builder methods. |
![]() | BuildSyncKnowledge | Builds a SyncKnowledge object from the parts that are provided by the other builder methods. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
SyncKnowledge contains methods that subdivide its constituent parts for flexible serialization. KnowledgeBuilder helps to reconstruct a SyncKnowledge object from these constituent parts.
Show:
