API changes - 1.54 |
+ public bool ValidateMotfSettings { get; set; }
+ void CreateFileHistory( FileInfo systemFile, int maxCountHistoryFiles = 6, string backupFolderName = Archive )
+ public bool Repeat { get; set; }
+ public long NumberOfExecutions { get; set; }
- public abstract void DoGoTo( CommandList list, bool async, CancellationToken? cancellationToken )
+ public ConfigurationImportExportService( MarkerAPI markerApi, ILogger logger )
- public ConfigurationImportExportService( MarkerAPI markerApi, ILogger logger, RayguideDialogService dialogService )
+ public static string Version
- public virtual bool ImportSettings( FileInfo importFile )
+ public virtual IReadOnlyCollection<string> ImportSettings( FileInfo importFile )
- public virtual void ExportSettings( FileInfo exportFile, IReadOnlyList<string> userConfigsToExport, IReadOnlyList<string> systemConfigsToExport )
+ public virtual void ExportSettings( FileInfo exportFile, IReadOnlyList<string> userConfigsToExport, IReadOnlyList<string> systemConfigsToExport, IReadOnlyList<string> otherFilesToExport )
+ public T ImageProcessionObjectNotFound { get; set; }
+ public T ImageProcessionObjectOutOfRange { get; set; }
+ public string LastLoginLocalUsername { get; set; }
- bool ImportSettings( FileInfo importFile )
+ IReadOnlyCollection<string> ImportSettings( FileInfo importFile )
- void ExportSettings( FileInfo exportFile, IReadOnlyList<string> userConfigsToExport, IReadOnlyList<string> systemConfigsToExport )
+ void ExportSettings( FileInfo exportFile, IReadOnlyList<string> userConfigsToExport, IReadOnlyList<string> systemConfigsToExport, IReadOnlyList<string> otherFilesToExport )
+ public RayguideDialogService( IContainerExtension containerExtension, IEventAggregator eventAggregator, MarkerAPI markerAPI )
- public RayguideDialogService( IContainerExtension containerExtension, IEventAggregator eventAggregator, MarkerAPI markerAPI, OneTimeConfigurationService oneTimeConfigurationService )
+ public EnableOrDisableExecutionButtonEvent( )
+ public bool ShouldForceLocalAuthenticationType { get; set; }
+ public string RegionOfInterest { get; set; }
+ public string RegionOfInterest { get; set; }
- public virtual void DoGoTo( CommandList list, bool async, CancellationToken? cancellationToken )