Class ExportCollectCommandOptions
Inheritance
System.Object
ExportCollectCommandOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AsaLib.dll
Syntax
public class ExportCollectCommandOptions : CommandOptions
Properties
|
Improve this Doc
View Source
AnalysesFile
Declaration
public string AnalysesFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Analyze
Declaration
public bool Analyze { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ExplodedOutput
Declaration
public bool ExplodedOutput { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ExportSingleRun
Declaration
public bool ExportSingleRun { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
FirstRunId
Declaration
public string FirstRunId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
OutputPath
Declaration
public string OutputPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
SaveToDatabase
Declaration
public bool SaveToDatabase { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
SecondRunId
Declaration
public string SecondRunId { get; set; }
Property Value
| Type |
Description |
| System.String |
|