Class
ImportTestArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ImportTestArgs : EventArgs

Inheritance: objectEventArgsImportTestArgs

Inherited Members EventArgs.Empty

Constructors

ImportTestArgs(string, string, bool, CodeGenerationLanguage)

Declaration

cs-api-definition
public ImportTestArgs(string fromPath, string toPath, bool hasCodeBehind, CodeGenerationLanguage projLanguage)

Parameters

fromPath

string

toPath

string

hasCodeBehind

bool

projLanguage

CodeGenerationLanguage

Properties

FromPath

Declaration

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

Property Value

string

FromPathCodeBehind

Declaration

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

Property Value

string

FromPathImageStore

Declaration

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

Property Value

string

FromPathResx

Declaration

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

Property Value

string

HasCodeBehind

Declaration

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

Property Value

bool

HasImageStoreFile

Declaration

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

Property Value

bool

HasResourcesFile

Declaration

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

Property Value

bool

ToPath

Declaration

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

Property Value

string

ToPathCodeBehind

Declaration

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

Property Value

string

ToPathImageStore

Declaration

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

Property Value

string

ToPathResx

Declaration

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

Property Value

string