Show / Hide Table of Contents

    Interface IQcScanRule

    A rule for determining which entities should and shouldn't be scanned by Quantum Console for commands.

    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public interface IQcScanRule

    Methods

    ShouldScan<T>(T)

    Queries if the entity should be scanned.

    Declaration
    ScanRuleResult ShouldScan<T>(T entity)
    
        where T : ICustomAttributeProvider
    Parameters
    Type Name Description
    T entity

    The entity to query.

    Returns
    Type Description
    ScanRuleResult

    The result of the rule query.

    Type Parameters
    Name Description
    T

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top