Class ConsoleFilterInfo
Filtered console information
Inheritance
object
ConsoleFilterInfo
Namespace: Terminaux.Base.Checks
Assembly: Terminaux.dll
Syntax
public class ConsoleFilterInfo
Properties
| Edit this page View SourceExpression
Expression to filter consoles
Declaration
public Regex Expression { get; }
Property Value
Type | Description |
---|---|
Regex |
Justification
Reason as to why this console type or emulator that matches the expression has been filtered
Declaration
public string Justification { get; }
Property Value
Type | Description |
---|---|
string |
Severity
Console filter severity (blacklisted or graylisted)
Declaration
public ConsoleFilterSeverity Severity { get; }
Property Value
Type | Description |
---|---|
ConsoleFilterSeverity |
Type
Console filter type (console type or emulator)
Declaration
public ConsoleFilterType Type { get; }
Property Value
Type | Description |
---|---|
ConsoleFilterType |