Class ImportTestArgs
Inheritance
System.Object
System.EventArgs
ImportTestArgs
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 ImportTestArgs : EventArgs
Constructors
ImportTestArgs(String, String, Boolean, CodeGenerationLanguage)
Declaration
public ImportTestArgs(string fromPath, string toPath, bool hasCodeBehind, CodeGenerationLanguage projLanguage)
Parameters
System.String
fromPath
|
System.String
toPath
|
System.Boolean
hasCodeBehind
|
CodeGenerationLanguage
projLanguage
|
Properties
FromPath
Declaration
public string FromPath { get; }
Property Value
System.String
|
FromPathCodeBehind
Declaration
public string FromPathCodeBehind { get; }
Property Value
System.String
|
FromPathImageStore
Declaration
public string FromPathImageStore { get; }
Property Value
System.String
|
FromPathResx
Declaration
public string FromPathResx { get; }
Property Value
System.String
|
HasCodeBehind
Declaration
public bool HasCodeBehind { get; }
Property Value
System.Boolean
|
HasImageStoreFile
Declaration
public bool HasImageStoreFile { get; }
Property Value
System.Boolean
|
HasResourcesFile
Declaration
public bool HasResourcesFile { get; }
Property Value
System.Boolean
|
ToPath
Declaration
public string ToPath { get; }
Property Value
System.String
|
ToPathCodeBehind
Declaration
public string ToPathCodeBehind { get; }
Property Value
System.String
|
ToPathImageStore
Declaration
public string ToPathImageStore { get; }
Property Value
System.String
|
ToPathResx
Declaration
public string ToPathResx { get; }
Property Value
System.String
|