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 SourceRule(String)
Declaration
public Rule(string Name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | Name |
Properties
| Improve this Doc View SourceChangeTypes
Declaration
public List<CHANGE_TYPE> ChangeTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<CHANGE_TYPE> |
Clauses
Declaration
public List<Clause> Clauses { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Clause> |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Expression
Declaration
public string Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Flag
Declaration
public ANALYSIS_RESULT_TYPE Flag { get; set; }
Property Value
| Type | Description |
|---|---|
| ANALYSIS_RESULT_TYPE |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Platforms
Declaration
public List<PLATFORM> Platforms { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<PLATFORM> |
ResultType
Declaration
public RESULT_TYPE ResultType { get; set; }
Property Value
| Type | Description |
|---|---|
| RESULT_TYPE |