C# Class Kooboo.Commerce.Payments.PaymentMethodService

Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode Description
Create ( Kooboo.Commerce.Payments.PaymentMethod method ) : void
Delete ( Kooboo.Commerce.Payments.PaymentMethod method ) : void
Disable ( Kooboo.Commerce.Payments.PaymentMethod method ) : bool
Enable ( Kooboo.Commerce.Payments.PaymentMethod method ) : bool
Find ( int id ) : Kooboo.Commerce.Payments.PaymentMethod
PaymentMethodService ( CommerceInstance instance ) : System
Query ( ) : IQueryable

Method Details

Create() public méthode

public Create ( Kooboo.Commerce.Payments.PaymentMethod method ) : void
method Kooboo.Commerce.Payments.PaymentMethod
Résultat void

Delete() public méthode

public Delete ( Kooboo.Commerce.Payments.PaymentMethod method ) : void
method Kooboo.Commerce.Payments.PaymentMethod
Résultat void

Disable() public méthode

public Disable ( Kooboo.Commerce.Payments.PaymentMethod method ) : bool
method Kooboo.Commerce.Payments.PaymentMethod
Résultat bool

Enable() public méthode

public Enable ( Kooboo.Commerce.Payments.PaymentMethod method ) : bool
method Kooboo.Commerce.Payments.PaymentMethod
Résultat bool

Find() public méthode

public Find ( int id ) : Kooboo.Commerce.Payments.PaymentMethod
id int
Résultat Kooboo.Commerce.Payments.PaymentMethod

PaymentMethodService() public méthode

public PaymentMethodService ( CommerceInstance instance ) : System
instance Kooboo.Commerce.Data.CommerceInstance
Résultat System

Query() public méthode

public Query ( ) : IQueryable
Résultat IQueryable