C# 클래스 MettleSystems.dashCommerce.Web.admin.controls.configuration.providersettings

파일 보기 프로젝트 열기: dashcommerce/dashcommerce-3

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Page_Load() 보호된 메소드

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.
리턴 void

btnRemoveProvider_Click() 보호된 메소드

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.
리턴 void

btnSetDefaultProvider_Click() 보호된 메소드

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.
리턴 void