Show / Hide Table of Contents

Class CompareResult

Inheritance
System.Object
CompareResult
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.Objects
Assembly: AsaLib.dll
Syntax
public class CompareResult

Constructors

| Improve this Doc View Source

CompareResult()

Declaration
public CompareResult()

Properties

| Improve this Doc View Source

Analysis

Declaration
public ANALYSIS_RESULT_TYPE Analysis { get; set; }
Property Value
Type Description
ANALYSIS_RESULT_TYPE
| Improve this Doc View Source

Base

Declaration
public CollectObject Base { get; set; }
Property Value
Type Description
CollectObject
| Improve this Doc View Source

BaseRowKey

Declaration
public string BaseRowKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

BaseRunId

Declaration
public string BaseRunId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ChangeType

Declaration
public CHANGE_TYPE ChangeType { get; }
Property Value
Type Description
CHANGE_TYPE
| Improve this Doc View Source

Compare

Declaration
public CollectObject Compare { get; set; }
Property Value
Type Description
CollectObject
| Improve this Doc View Source

CompareRowKey

Declaration
public string CompareRowKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CompareRunId

Declaration
public string CompareRunId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Diffs

Declaration
public List<Diff> Diffs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Diff>
| Improve this Doc View Source

Identity

Declaration
public string Identity { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ResultType

Declaration
public RESULT_TYPE ResultType { get; }
Property Value
Type Description
RESULT_TYPE
| Improve this Doc View Source

Rules

Declaration
public List<Rule> Rules { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Rule>

Methods

| Improve this Doc View Source

ShouldSerializeDiffs()

Declaration
public bool ShouldSerializeDiffs()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeRules()

Declaration
public bool ShouldSerializeRules()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX