Search Results for

    Show / Hide Table of Contents

    Class SetupOptions

    Inheritance
    System.Object
    SetupOptions
    Namespace: DirectScale.Disco.Extension.Middleware
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class SetupOptions : Object

    Constructors

    SetupOptions()

    Declaration
    public SetupOptions()

    Methods

    AddCustomPage(Menu, String, String)

    Declaration
    public void AddCustomPage(Menu menu, string title, string route)
    Parameters
    Type Name Description
    Menu menu
    System.String title
    System.String route

    AddCustomPage(Menu, String, String, String)

    Declaration
    public void AddCustomPage(Menu menu, string title, string securityRight, string route)
    Parameters
    Type Name Description
    Menu menu
    System.String title
    System.String securityRight
    System.String route

    AddEventHandler(String, String)

    Declaration
    public void AddEventHandler(string eventId, string route)
    Parameters
    Type Name Description
    System.String eventId
    System.String route

    AddHook(String, String)

    Declaration
    public void AddHook(string hookId, string route)
    Parameters
    Type Name Description
    System.String hookId
    System.String route

    AddHook<T>()

    Declaration
    public void AddHook<T>()
    Type Parameters
    Name Description
    T

    AddMerchant(Int32, String, String, String, MerchantType, MoneyInRoutes)

    Declaration
    public void AddMerchant(int merchantId, string name, string descrption, string currencyCode, MerchantType merchantType, MoneyInRoutes moneyInEndpoints)
    Parameters
    Type Name Description
    System.Int32 merchantId
    System.String name
    System.String descrption
    System.String currencyCode
    MerchantType merchantType
    MoneyInRoutes moneyInEndpoints

    AddMerchant(Int32, String, String, String, MerchantType, MoneyOutRoutes)

    Declaration
    public void AddMerchant(int merchantId, string name, string descrption, string currencyCode, MerchantType merchantType, MoneyOutRoutes moneyOutEndpoints)
    Parameters
    Type Name Description
    System.Int32 merchantId
    System.String name
    System.String descrption
    System.String currencyCode
    MerchantType merchantType
    MoneyOutRoutes moneyOutEndpoints

    AddMerchant<T>(Int32, String, String, String)

    Declaration
    public void AddMerchant<T>(int merchantId, string name, string description, string currencyCode)
    Parameters
    Type Name Description
    System.Int32 merchantId
    System.String name
    System.String description
    System.String currencyCode
    Type Parameters
    Name Description
    T

    Join(SetupOptions)

    Declaration
    public void Join(SetupOptions options)
    Parameters
    Type Name Description
    SetupOptions options

    Extension Methods

    SetupOptionsExtensions.RegisterAllHooks(SetupOptions)
    SetupOptionsExtensions.RegisterAllHooksWithLogging(SetupOptions)
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX