Class ProjectUpgradeArgs
Inheritance
System.Object
System.EventArgs
ProjectUpgradeArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProjectUpgradeArgs : EventArgs
Constructors
ProjectUpgradeArgs(Project, String[])
Declaration
public ProjectUpgradeArgs(Project proj, string[] testPaths)
Parameters
Project
proj
|
System.String[]
testPaths
|
Properties
Error
Declaration
public string Error { get; set; }
Property Value
System.String
|
Project
ProjectVersion
Declaration
public Version ProjectVersion { get; }
Property Value
System.Version
|
State
TestPaths
Declaration
public string[] TestPaths { get; }
Property Value
System.String[]
|