Show / Hide Table of Contents

Class PaymentWebOptionsManager

Inheritance
object
PaymentWebOptionsManager
Namespace: Volo.Payment
Assembly: Volo.Payment.Web.dll
Syntax
public class PaymentWebOptionsManager : AbpDynamicOptionsManager<PaymentWebOptions>

Constructors

PaymentWebOptionsManager(IOptionsFactory<PaymentWebOptions>, IAppUrlProvider)

Declaration
public PaymentWebOptionsManager(IOptionsFactory<PaymentWebOptions> factory, IAppUrlProvider urlProvider)
Parameters
Type Name Description
IOptionsFactory<PaymentWebOptions> factory
IAppUrlProvider urlProvider

Properties

UrlProvider

Declaration
protected IAppUrlProvider UrlProvider { get; }
Property Value
Type Description
IAppUrlProvider

Methods

OverrideOptionsAsync(string, PaymentWebOptions)

Declaration
protected override Task OverrideOptionsAsync(string name, PaymentWebOptions options)
Parameters
Type Name Description
string name
PaymentWebOptions options
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft