Search Results for

    Show / Hide Table of Contents

    Class GetMatchRuleForVisualTreeDefaultImplementation

    Inheritance
    System.Object
    GetMatchRuleForVisualTreeDefaultImplementation
    Implements
    IHook<MatchRuleForVisualTreeHookRequest, MatchRuleForVisualTreeHookResponse>
    Namespace: DirectScale.Disco.Extension.Hooks.Internal.Testing
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetMatchRuleForVisualTreeDefaultImplementation : Object, IHook<MatchRuleForVisualTreeHookRequest, MatchRuleForVisualTreeHookResponse>

    Constructors

    GetMatchRuleForVisualTreeDefaultImplementation()

    Declaration
    public GetMatchRuleForVisualTreeDefaultImplementation()

    Methods

    Invoke(MatchRuleForVisualTreeHookRequest, Func<MatchRuleForVisualTreeHookRequest, Task<MatchRuleForVisualTreeHookResponse>>)

    Declaration
    public Task<MatchRuleForVisualTreeHookResponse> Invoke(MatchRuleForVisualTreeHookRequest request, Func<MatchRuleForVisualTreeHookRequest, Task<MatchRuleForVisualTreeHookResponse>> func)
    Parameters
    Type Name Description
    MatchRuleForVisualTreeHookRequest request
    System.Func<MatchRuleForVisualTreeHookRequest, System.Threading.Tasks.Task<MatchRuleForVisualTreeHookResponse>> func
    Returns
    Type Description
    System.Threading.Tasks.Task<MatchRuleForVisualTreeHookResponse>

    Implements

    IHook<TRequest, TResponse>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX