Class CompareCommandOptions
Inheritance
System.Object
CompareCommandOptions
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 CompareCommandOptions : CommandOptions
Constructors
|
Improve this Doc
View Source
CompareCommandOptions(String, String)
Declaration
public CompareCommandOptions(string FirstRunId, string SecondRunId)
Parameters
| Type |
Name |
Description |
| 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.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 |
|