Click or drag to resize

Ricardo.Contracts Namespace

Documentation home page
 
Interfaces
  InterfaceDescription
Public interfaceIAdminService
Provides administration methods usefull on admin section part of ricardo.ch WebSite This interface should only contains WebService methods dedicated to administration All methods should not be accessible to final customers!
Public interfaceIArticleService
This service exposes the methods to retrieve all the information for an article
Public interfaceIBuyerAccountService
This service is to be used for everything that refers to your account as a buyer: get all your open/won/lost articles...
Public interfaceIBuyService
This service exposes the methods to buy articles
Public interfaceIControlAccessService
Public interfaceICustomerService
This service is to be used to manage all the generic data about your account: modify your addresses, get your messages, get your preferences ...
Public interfaceIDeviceService
This service exposes the methods to notify customers
Public interfaceINotificationService
Public interfaceIRatingService
This service exposes the methods to retrieve all the information for an article
Public interfaceISchedulerService
Provides methods that do the scheduled tasks. Mathods can be called by HangFire for example
Public interfaceISearchService
This service exposes all the methods that have to be used to perform a search within our data, for example getting the information about an auction, get all the articles from a specified seller ...
Public interfaceISecurityService
Interface of ISecurityService
Public interfaceISellerAccountService
This service is to be used for everything that refers to your account as a seller: get all your open articles, get your sold articles, get your articles that haven't been sold ...
Public interfaceISellService
This service is to be used to manage your articles as a seller: you can list, relist, modify, close an article ...
Public interfaceISystemService
Interface of System Service