C# Class VirtoCommerce.Web.Models.Services.CustomerService

Afficher le fichier Open project: VirtoCommerce/vc-internal Class Usage Examples

Méthodes publiques

Méthode Description
CreateCustomerAsync ( Customer customer ) : Task
CustomerService ( ) : System.Collections.Generic
GetCustomerAsync ( string email, string storeId ) : Task
GetOrderAsync ( string storeId, string customerId, string orderNumber ) : Task
GetOrdersAsync ( string storeId, string customerId, string query, int skip, int take ) : Task
UpdateCustomerAsync ( Customer customer ) : System.Threading.Tasks.Task
UpdateOrderAsync ( VirtoCommerce order ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
GetContactAsync ( string email ) : Task

Method Details

CreateCustomerAsync() public méthode

public CreateCustomerAsync ( Customer customer ) : Task
customer VirtoCommerce.Web.Models.Customer
Résultat Task

CustomerService() public méthode

public CustomerService ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetCustomerAsync() public méthode

public GetCustomerAsync ( string email, string storeId ) : Task
email string
storeId string
Résultat Task

GetOrderAsync() public méthode

public GetOrderAsync ( string storeId, string customerId, string orderNumber ) : Task
storeId string
customerId string
orderNumber string
Résultat Task

GetOrdersAsync() public méthode

public GetOrdersAsync ( string storeId, string customerId, string query, int skip, int take ) : Task
storeId string
customerId string
query string
skip int
take int
Résultat Task

UpdateCustomerAsync() public méthode

public UpdateCustomerAsync ( Customer customer ) : System.Threading.Tasks.Task
customer VirtoCommerce.Web.Models.Customer
Résultat System.Threading.Tasks.Task

UpdateOrderAsync() public méthode

public UpdateOrderAsync ( VirtoCommerce order ) : System.Threading.Tasks.Task
order VirtoCommerce
Résultat System.Threading.Tasks.Task