Interface IBuilderProps
Container of properties for classes implementing IBuilder
Inherited Members
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IBuilderProps : IManagerProp
Properties
BuilderVersion
Version of builder. Can be used for compatibility check
Declaration
string? BuilderVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BuildParams
Params provided to build() when calling
Declaration
Dictionary<string, string?> BuildParams { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<,><string, string> |