Interface IRestorerProps
Interface for properties of IRestorer
Inherited Members
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IRestorerProps : IManagerProp
Properties
DepsProp
List of strategies used for reclaiming
Declaration
List<RestorerDepProp> DepsProp { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<><RestorerDepProp> |