Class CompareCommandOptions
Inheritance
System.Object
CompareCommandOptions
Assembly: AsaLib.dll
Syntax
public class CompareCommandOptions : CommandOptions
Constructors
|
Improve this Doc
View Source
CompareCommandOptions(Nullable<String>, String)
Declaration
public CompareCommandOptions(string? FirstRunId, string SecondRunId)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.String> |
FirstRunId |
|
| System.String |
SecondRunId |
|
Properties
|
Improve this Doc
View Source
AnalysesFile
Declaration
public RuleFile AnalysesFile { get; set; }
Property Value
|
Improve this Doc
View Source
ApplySubObjectRulesToMonitor
Declaration
public bool ApplySubObjectRulesToMonitor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
DisableAnalysis
Declaration
public bool DisableAnalysis { 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.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 |
|
|
Improve this Doc
View Source
SecondRunId
Declaration
public string SecondRunId { get; set; }
Property Value
| Type |
Description |
| System.String |
|