Show / Hide Table of Contents

    Class SuggestorUtilities

    Common utilities used by the suggestion system.

    Inheritance
    Object
    SuggestorUtilities
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public static class SuggestorUtilities

    Methods

    IsCompatible(String, String, SuggestorOptions)

    Determines if a prompt is compatible with a string suggestion.

    Declaration
    public static bool IsCompatible(string prompt, string suggestion, SuggestorOptions options)
    Parameters
    Type Name Description
    String prompt

    The prompt to test.

    String suggestion

    The string suggestion to test again.

    SuggestorOptions options

    The options used by the suggestor.

    Returns
    Type Description
    Boolean

    If the prompt is compatible.

    Quantum Console by QFSW
    Back to top