Interface IRestorer
Interface for restoring dependency
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IRestorer : IManager
Methods
Restore(Dictionary<string, string>)
Restore all dependencies from properties
Declaration
void Restore(Dictionary<string, string> restoreParams)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<,><string, string> | restoreParams | List of params provided to restore object |