Show / Hide Table of Contents

Class RuleFile

Inheritance
System.Object
RuleFile
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 RuleFile

Constructors

| Improve this Doc View Source

RuleFile()

Declaration
public RuleFile()
| Improve this Doc View Source

RuleFile(Dictionary<RESULT_TYPE, ANALYSIS_RESULT_TYPE>, List<Rule>)

Declaration
public RuleFile(Dictionary<RESULT_TYPE, ANALYSIS_RESULT_TYPE> DefaultLevels = null, List<Rule> Rules = null)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<RESULT_TYPE, ANALYSIS_RESULT_TYPE> DefaultLevels
System.Collections.Generic.List<Rule> Rules

Properties

| Improve this Doc View Source

DefaultLevels

Declaration
public Dictionary<RESULT_TYPE, ANALYSIS_RESULT_TYPE> DefaultLevels { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<RESULT_TYPE, ANALYSIS_RESULT_TYPE>
| Improve this Doc View Source

Rules

Declaration
public List<Rule> Rules { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Rule>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX