Class PaymentWebOptionsManager
Inheritance
PaymentWebOptionsManager
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
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
Returns