Пример #1
0
 //todo: allow for export settings to be defined as part of site settings
 //todo: allow for saving of credentials
 //todo: allow for creation of scheduled tasks
 public FakeMigrationTrigger(IContentMigrationManager contentMigrationManager)
 {
     _contentMigrationManager = contentMigrationManager;
 }
Пример #2
0
 public RunContentMigrationsRecipeStepHandler(IContentMigrationManager contentMigrationManager, IRealtimeFeedbackService realtimeFeedbackService)
 {
     _contentMigrationManager = contentMigrationManager;
     _realtimeFeedbackService = realtimeFeedbackService;
     T = NullLocalizer.Instance;
 }
 public RunContentMigrationsRecipeStepHandler(IContentMigrationManager contentMigrationManager, IRealtimeFeedbackService realtimeFeedbackService) {
     _contentMigrationManager = contentMigrationManager;
     _realtimeFeedbackService = realtimeFeedbackService;
     T = NullLocalizer.Instance;
 }
 //todo: allow for export settings to be defined as part of site settings
 //todo: allow for saving of credentials
 //todo: allow for creation of scheduled tasks
 public FakeMigrationTrigger(IContentMigrationManager contentMigrationManager)
 {
     _contentMigrationManager = contentMigrationManager;
 }
 public ContentMigrationCommands(IContentMigrationManager contentMigrationManager, IContentSyncService contentSyncService, IRepository<RemoteSiteConfigRecord> repository)
 {
     _contentMigrationManager = contentMigrationManager;
     _contentSyncService = contentSyncService;
     _repository = repository;
 }
Пример #6
0
 public ContentMigrationTriggerOnShellStart(IContentMigrationManager contentMigrationManager)
 {
     _contentMigrationManager = contentMigrationManager;
 }
 public ContentMigrationTriggerOnShellStart(IContentMigrationManager contentMigrationManager)
 {
     _contentMigrationManager = contentMigrationManager;
 }
Пример #8
0
 public ContentMigrationCommands(IContentMigrationManager contentMigrationManager, IContentSyncService contentSyncService, IRepository <RemoteSiteConfigRecord> repository)
 {
     _contentMigrationManager = contentMigrationManager;
     _contentSyncService      = contentSyncService;
     _repository = repository;
 }