Class 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()
Namespace: AttackSurfaceAnalyzer
Assembly: AsaLib.dll
Syntax
public class CompareCommandOptions : CommandOptions
Constructors
| Improve this Doc View SourceCompareCommandOptions(String, String)
Declaration
public CompareCommandOptions(string FirstRunId, string SecondRunId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | FirstRunId | |
| System.String | SecondRunId |
Properties
| Improve this Doc View SourceAnalysesFile
Declaration
public string AnalysesFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Analyze
Declaration
public bool Analyze { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
FirstRunId
Declaration
public string FirstRunId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SaveToDatabase
Declaration
public bool SaveToDatabase { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SecondRunId
Declaration
public string SecondRunId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |