Fingerprint_Card
Loading...
Searching...
No Matches
Zwipe.Build.Build.Make Class Referencesealed
Inheritance diagram for Zwipe.Build.Build.Make:
Collaboration diagram for Zwipe.Build.Build.Make:

Public Member Functions

override bool Execute ()

Properties

string Executable [get, set]
ITaskItem[] Projects [get, set]
string Properties [get, set]

Private Member Functions

string GetProperties (ITaskItem project)
void OnStandardOutputReceived (string text)
void OnStandardErrorReceived (string text)
bool Build (string fileName, string arguments, string workingDirectory=null)

Static Private Attributes

const string PhaseClean = "clean"
const string ProjectItemPropertiesTag = "Properties"
const string ProjectItemPhaseTag = "Phase"
const string ProjectItemCleanTag = "Clean"

Member Function Documentation

◆ Build()

bool Zwipe.Build.Build.Make.Build ( string fileName,
string arguments,
string workingDirectory = null )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ Execute()

override bool Zwipe.Build.Build.Make.Execute ( )
Here is the call graph for this function:

◆ GetProperties()

string Zwipe.Build.Build.Make.GetProperties ( ITaskItem project)
private
Here is the caller graph for this function:

◆ OnStandardErrorReceived()

void Zwipe.Build.Build.Make.OnStandardErrorReceived ( string text)
private
Here is the caller graph for this function:

◆ OnStandardOutputReceived()

void Zwipe.Build.Build.Make.OnStandardOutputReceived ( string text)
private
Here is the caller graph for this function:

Member Data Documentation

◆ PhaseClean

const string Zwipe.Build.Build.Make.PhaseClean = "clean"
staticprivate

◆ ProjectItemCleanTag

const string Zwipe.Build.Build.Make.ProjectItemCleanTag = "Clean"
staticprivate

◆ ProjectItemPhaseTag

const string Zwipe.Build.Build.Make.ProjectItemPhaseTag = "Phase"
staticprivate

◆ ProjectItemPropertiesTag

const string Zwipe.Build.Build.Make.ProjectItemPropertiesTag = "Properties"
staticprivate

Property Documentation

◆ Executable

string Zwipe.Build.Build.Make.Executable
getset

◆ Projects

ITaskItem [] Zwipe.Build.Build.Make.Projects
getset

◆ Properties

string Zwipe.Build.Build.Make.Properties
getset

The documentation for this class was generated from the following file: