Show / Hide Table of Contents

Class Rule

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

Constructors

| Improve this Doc View Source

Rule(String)

Declaration
public Rule(string Name)
Parameters
Type Name Description
System.String Name

Properties

| Improve this Doc View Source

ChangeTypes

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

Clauses

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

Description

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

Expression

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

Flag

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

Name

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

Platforms

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

ResultType

Declaration
public RESULT_TYPE ResultType { get; set; }
Property Value
Type Description
RESULT_TYPE
  • Improve this Doc
  • View Source
Back to top Generated by DocFX