Class PaymentWebOptionsManager
Inheritance
PaymentWebOptionsManager
Assembly: Volo.Payment.Web.dll
Syntax
public class PaymentWebOptionsManager : AbpDynamicOptionsManager<PaymentWebOptions>, IOptionsSnapshot<PaymentWebOptions>, IOptions<PaymentWebOptions>
Constructors
PaymentWebOptionsManager(IOptionsFactory<PaymentWebOptions>, IAppUrlProvider)
Declaration
public PaymentWebOptionsManager(IOptionsFactory<PaymentWebOptions> factory, IAppUrlProvider urlProvider)
Parameters
Properties
UrlProvider
Declaration
protected IAppUrlProvider UrlProvider { get; }
Property Value
Methods
OverrideOptionsAsync(string, PaymentWebOptions)
Declaration
protected override Task OverrideOptionsAsync(string name, PaymentWebOptions options)
Parameters
Returns
Overrides
Implements
Extension Methods