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 SourceRuleFile()
Declaration
public RuleFile()
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 SourceDefaultLevels
Declaration
public Dictionary<RESULT_TYPE, ANALYSIS_RESULT_TYPE> DefaultLevels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<RESULT_TYPE, ANALYSIS_RESULT_TYPE> |
Rules
Declaration
public List<Rule> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Rule> |