Class ExportOptions
Inheritance
System.Object
ExportOptions
Assembly: AsaLib.dll
Syntax
public class ExportOptions : CommandOptions
Properties
|
Improve this Doc
View Source
AnalysesFile
Declaration
public string? AnalysesFile { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
DisableAnalysis
Declaration
public bool DisableAnalysis { 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
OutputPath
Declaration
public string? OutputPath { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
RunScripts
Declaration
public bool RunScripts { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
SaveToDatabase
Declaration
public bool SaveToDatabase { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|