C# Class Kooboo.Commerce.Web.Areas.Commerce.Controllers.PaymentMethodController

Inheritance: Kooboo.Commerce.Web.Framework.Mvc.CommerceController
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
BasicInfo ( int id ) : System.Web.Mvc.ActionResult
Complete ( int id ) : System.Web.Mvc.ActionResult
Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
PaymentMethodController ( IPaymentProcessorProvider processorProvider, PaymentMethodService paymentMethodService ) : System
Processor ( int id ) : System.Web.Mvc.ActionResult
Steps ( int step ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
BasicInfo ( PaymentMethodEditorModel model, string @return ) : System.Web.Mvc.ActionResult
Delete ( PaymentMethodRowModel model ) : System.Web.Mvc.ActionResult
Disable ( PaymentMethodRowModel model ) : System.Web.Mvc.ActionResult
Enable ( PaymentMethodRowModel model ) : System.Web.Mvc.ActionResult
EnablePaymentMethod ( int id ) : void
GetAvailablePaymentProcessors ( ) : IList
UpdateProcessorConfig ( int paymentMethodId, [ config ) : void

Method Details

BasicInfo() public méthode

public BasicInfo ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Complete() public méthode

public Complete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( int page = 1, int pageSize = 50 ) : System.Web.Mvc.ActionResult
page int
pageSize int
Résultat System.Web.Mvc.ActionResult

PaymentMethodController() public méthode

public PaymentMethodController ( IPaymentProcessorProvider processorProvider, PaymentMethodService paymentMethodService ) : System
processorProvider IPaymentProcessorProvider
paymentMethodService Kooboo.Commerce.Payments.PaymentMethodService
Résultat System

Processor() public méthode

public Processor ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Steps() public méthode

public Steps ( int step ) : System.Web.Mvc.ActionResult
step int
Résultat System.Web.Mvc.ActionResult