Interface ICopierBuildResultsProps
Properties for ICopierBuildResults
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface ICopierBuildResultsProps
Properties
CalcCopyBuildResultPath
Return result path - where build result of dependency project should be copied. Using after compiling, when we copy build results into parent projects
Declaration
CalcCopyBuildResultPathDelegate? CalcCopyBuildResultPath { get; set; }
Property Value
| Type | Description |
|---|---|
| CalcCopyBuildResultPathDelegate |
CopyContentWithBuildResults
In process of copying build results into parent project folder we can copy GetContent(string)
Declaration
bool CopyContentWithBuildResults { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Clone()
Clone properties into new instance
Declaration
ICopierBuildResultsProps Clone()
Returns
| Type | Description |
|---|---|
| ICopierBuildResultsProps |
Copy(ICopierBuildResultsProps)
Copy all properties from source object
Declaration
void Copy(ICopierBuildResultsProps source)
Parameters
| Type | Name | Description |
|---|---|---|
| ICopierBuildResultsProps | source |
EmptyValues()
Set values of private properties to default
Declaration
void EmptyValues()