Search Results for

    Show / Hide Table of Contents

    Class AssociatesHooks

    Inheritance
    System.Object
    AssociatesHooks
    Namespace: DirectScale.Disco.Extension.Hooks.Associates
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class AssociatesHooks : MarshalByRefObject

    Properties

    Enrollment

    Declaration
    public EnrollmentHooks Enrollment { get; }
    Property Value
    Type Description
    EnrollmentHooks

    GetAssociateServiceAutoshipSettings

    Declaration
    public Hook<GetAssociateServiceAutoshipSettingsHookRequest, GetAssociateServiceAutoshipSettingsHookResponse> GetAssociateServiceAutoshipSettings { get; }
    Property Value
    Type Description
    Hook<GetAssociateServiceAutoshipSettingsHookRequest, GetAssociateServiceAutoshipSettingsHookResponse>

    GetAssociatesStats

    Declaration
    public Hook<GetAssociatesStatsHookRequest, GetAssociatesStatsHookResponse> GetAssociatesStats { get; }
    Property Value
    Type Description
    Hook<GetAssociatesStatsHookRequest, GetAssociatesStatsHookResponse>

    GetAssociateTreeLabel

    Declaration
    public Hook<GetAssociateTreeLabelHookRequest, GetAssociateTreeLabelHookResponse> GetAssociateTreeLabel { get; }
    Property Value
    Type Description
    Hook<GetAssociateTreeLabelHookRequest, GetAssociateTreeLabelHookResponse>

    GetCommissionCheckDetails

    Declaration
    public Hook<GetCommissionCheckDetailsHookRequest, GetCommissionCheckDetailsHookResponse> GetCommissionCheckDetails { get; }
    Property Value
    Type Description
    Hook<GetCommissionCheckDetailsHookRequest, GetCommissionCheckDetailsHookResponse>

    GetCommissionChecks

    Declaration
    public Hook<GetCommissionChecksHookRequest, GetCommissionChecksHookResponse> GetCommissionChecks { get; }
    Property Value
    Type Description
    Hook<GetCommissionChecksHookRequest, GetCommissionChecksHookResponse>

    OnNotificationEvent

    Declaration
    public Hook<OnNotificationEventHookRequest, OnNotificationEventHookResponse> OnNotificationEvent { get; }
    Property Value
    Type Description
    Hook<OnNotificationEventHookRequest, OnNotificationEventHookResponse>

    UpdateAssociate

    Declaration
    public Hook<UpdateAssociateHookRequest, UpdateAssociateHookResponse> UpdateAssociate { get; }
    Property Value
    Type Description
    Hook<UpdateAssociateHookRequest, UpdateAssociateHookResponse>

    UpdateVolume

    Declaration
    public Hook<UpdateVolumeHookRequest, UpdateVolumeHookResponse> UpdateVolume { get; }
    Property Value
    Type Description
    Hook<UpdateVolumeHookRequest, UpdateVolumeHookResponse>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX