Class
ProjectUpgradeArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ProjectUpgradeArgs : EventArgs

Inheritance: objectEventArgsProjectUpgradeArgs

Inherited Members EventArgs.Empty

Constructors

ProjectUpgradeArgs(Project, string[], bool)

Declaration

cs-api-definition
public ProjectUpgradeArgs(Project proj, string[] testPaths, bool updateEncryption)

Parameters

proj

Project

testPaths

string[]

updateEncryption

bool

Properties

Error

Declaration

cs-api-definition
public string Error { get; set; }

Property Value

string

Project

Declaration

cs-api-definition
public Project Project { get; }

Property Value

Project

ProjectVersion

Declaration

cs-api-definition
public Version ProjectVersion { get; }

Property Value

Version

State

Declaration

cs-api-definition
public ProjectUpgradeStates State { get; set; }

Property Value

ProjectUpgradeStates

TestPaths

Declaration

cs-api-definition
public string[] TestPaths { get; }

Property Value

string[]

UpdateEncryption

Declaration

cs-api-definition
public bool UpdateEncryption { get; }

Property Value

bool