Search Results for

    Show / Hide Table of Contents

    Class ConsoleFilterInfo

    Filtered console information

    Inheritance
    object
    ConsoleFilterInfo
    Namespace: Terminaux.Base.Checks
    Assembly: Terminaux.dll
    Syntax
    public class ConsoleFilterInfo

    Properties

    | Edit this page View Source

    Expression

    Expression to filter consoles

    Declaration
    public Regex Expression { get; }
    Property Value
    Type Description
    Regex
    | Edit this page View Source

    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
    | Edit this page View Source

    Severity

    Console filter severity (blacklisted or graylisted)

    Declaration
    public ConsoleFilterSeverity Severity { get; }
    Property Value
    Type Description
    ConsoleFilterSeverity
    | Edit this page View Source

    Type

    Console filter type (console type or emulator)

    Declaration
    public ConsoleFilterType Type { get; }
    Property Value
    Type Description
    ConsoleFilterType
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX