Class SetupOptions
Inheritance
System.Object
SetupOptions
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class SetupOptions : Object
Constructors
SetupOptions()
Declaration
Methods
Declaration
public void AddCustomPage(Menu menu, string title, string route)
Parameters
Type |
Name |
Description |
Menu |
menu |
|
System.String |
title |
|
System.String |
route |
|
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
Type Parameters
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
Join(SetupOptions)
Declaration
public void Join(SetupOptions options)
Parameters
Extension Methods