Class ImportCodeFileArgs
Inheritance
System.Object
ImportCodeFileArgs
Inherited Members
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 ImportCodeFileArgs
Constructors
ImportCodeFileArgs(String, String)
Declaration
public ImportCodeFileArgs(string fromPath, string toPath)
Parameters
System.String
fromPath
|
System.String
toPath
|
Properties
FromPath
Declaration
public string FromPath { get; }
Property Value
System.String
|
ToPath
Declaration
public string ToPath { get; }
Property Value
System.String
|