Show / Hide Table of Contents

    Enum ScanRuleResult

    The result of querying an entity with a scan rule.

    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public enum ScanRuleResult

    Fields

    Name Description
    Accept

    If the entity should be accepted by the scan rule. This is the lowest priority response and should be used when in doubt.

    ForceAccept

    If the entity should be forcefully accepted by the scan rule. This will be immediate and overrides any other Reject responses. No further scan rules will be considered

    Reject

    If the entity should be rejected by the scan rule. This takes priority over any other Accept responses.

    Extension Methods

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