SynchronizationServiceCollectionExtensions Class
Extension methods for IServiceCollection to simplify the registration of services related to data synchronization.
Namespace
DbSyncKit.Core.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["SynchronizationServiceCollectionExtensions"] class Type type-node

Syntax

public static class SynchronizationServiceCollectionExtensions

Methods

Name Return Value Summary
AddSynchronizationServices(IServiceCollection) void
Registers services related to data synchronization as singletons in the specified IServiceCollection.
static