Class
ImportCodeFileArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ImportCodeFileArgs

Inheritance: objectImportCodeFileArgs

Constructors

ImportCodeFileArgs(string, string)

Declaration

cs-api-definition
public ImportCodeFileArgs(string fromPath, string toPath)

Parameters

fromPath

string

toPath

string

Properties

FromPath

Declaration

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

Property Value

string

ToPath

Declaration

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

Property Value

string