Class
ConvertTestArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ConvertTestArgs : EventArgs

Inheritance: objectEventArgsConvertTestArgs

Inherited Members EventArgs.Empty

Constructors

ConvertTestArgs(string, Project, bool)

Declaration

cs-api-definition
public ConvertTestArgs(string fullTestPath, Project project, bool shouldUpdateEncryption)

Parameters

fullTestPath

string

project

Project

shouldUpdateEncryption

bool

Properties

Project

Declaration

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

Property Value

Project

RemoveReadOnly

Declaration

cs-api-definition
public bool RemoveReadOnly { get; set; }

Property Value

bool

State

Declaration

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

Property Value

ConvertTestState

TestPath

Declaration

cs-api-definition
public string TestPath { get; }

Property Value

string

UpdateEncryption

Declaration

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

Property Value

bool