FullEnumerationSimpleSyncProvider Members
Represents a provider for replicas that do not support any type of change tracking.
The following tables list the members exposed by the FullEnumerationSimpleSyncProvider type.
Protected Constructors
Name | Description | |
---|---|---|
FullEnumerationSimpleSyncProvider | Initializes a new instance of the FullEnumerationSimpleSyncProvider class. |
Top
Public Properties
Name | Description | |
---|---|---|
Configuration | When overridden in a derived class, gets a KnowledgeSyncProviderConfiguration object that represents configuration information for a provider, such as the conflict resolution policy.(Inherited from SimpleSyncProvider.) | |
DestinationCallbacks | When overridden in a derived class, gets a SyncCallbacks object that is used to dispatch a synchronization event.(Inherited from SimpleSyncProvider.) | |
IdFormats | When overridden in a derived class, gets a SyncIdFormatGroup object that represents the format of replica and item IDs.(Inherited from SimpleSyncProvider.) | |
MetadataSchema | When overridden in a derived class, gets an ItemMetadataSchema object that represents the metadata schema for an item.(Inherited from SimpleSyncProvider.) | |
ProviderVersion | When overridden in a derived class, gets the version number for the simple provider.(Inherited from SimpleSyncProvider.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginSession | When overridden in a derived class, called by the Sync Framework runtime at the start of each session.(Inherited from SimpleSyncProvider.) | |
DeleteItem | (Inherited from SimpleSyncProvider.) | |
EndSession | When overridden in a derived class, called by the Sync Framework runtime at the end of each session unless a session is terminated because of an exception.(Inherited from SimpleSyncProvider.) | |
EnumerateItems | When overridden in a derived class, enumerates all items in a replica. | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMetadataStore | (Inherited from SimpleSyncProvider.) | |
GetType | (Inherited from Object.) | |
InsertItem | (Inherited from SimpleSyncProvider.) | |
LoadChangeData | (Inherited from SimpleSyncProvider.) | |
OnChangeDetectionCompleted | (Inherited from SimpleSyncProvider.) | |
OnItemConflicting | (Inherited from SimpleSyncProvider.) | |
OnItemConstraint | (Inherited from SimpleSyncProvider.) | |
OnMetadataStoreInitialized | (Inherited from SimpleSyncProvider.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UpdateItem | (Inherited from SimpleSyncProvider.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
Public Events
Name | Description | |
---|---|---|
ChangeDetectionCompleted | Occurs when change detection is complete for a source provider.(Inherited from SimpleSyncProvider.) | |
ItemConflicting | Occurs when Sync Framework detects that an item being processed is involved in a concurrency conflict.(Inherited from SimpleSyncProvider.) | |
ItemConstraint | Occurs when Sync Framework detects that an item being processed is involved in a constraint conflict.(Inherited from SimpleSyncProvider.) | |
MetadataStoreInitialized | Occurs when the metadata store that is associated with a provider is initialized.(Inherited from SimpleSyncProvider.) |
Top
See Also
Reference
FullEnumerationSimpleSyncProvider Class
Microsoft.Synchronization.SimpleProviders Namespace