C# Class MettleSystems.dashCommerce.Web.admin.controls.configuration.providersettings

Mostrar archivo Open project: dashcommerce/dashcommerce-3

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

btnRemoveProvider_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnRemoveProvider control.

btnSetDefaultProvider_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSetDefaultProvider control.

Private Methods

Method Description
LoadConfiguredPaymentProviders ( ) : void

Loads the configured payment providers.

LoadConfiguredShippingProviders ( ) : void

Loads the configured tax providers.

LoadConfiguredTaxProviders ( ) : void

Loads the configured shipping providers.

RemovePaymentProvider ( ) : void

Removes the payment provider.

RemoveShippingProvider ( ) : void

Removes the shipping provider.

RemoveTaxProvider ( ) : void

Removes the tax provider.

SetConfiguredProviders ( ) : void

Sets the configured providers.

SetDefaultPaymentProvider ( ) : void

Sets the default payment provider.

SetDefaultShippingProvider ( ) : void

Sets the default shipping provider.

SetDefaultTaxProvider ( ) : void

Sets the default tax provider.

SetNoProvidersConfiguredMessage ( ) : string

Sets the no providers configured message.

SetProviderSettingsProperties ( ) : void

Sets the provider settings properties.

Method Details

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnRemoveProvider_Click() protected method

Handles the Click event of the btnRemoveProvider control.
protected btnRemoveProvider_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void

btnSetDefaultProvider_Click() protected method

Handles the Click event of the btnSetDefaultProvider control.
protected btnSetDefaultProvider_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void