C# Class Netsy.Services.GiftService

Implementation of the Feedback service
Inheritance: IGiftService
Afficher le fichier Open project: AnthonySteele/Netsy Class Usage Examples

Méthodes publiques

Méthode Description
GetGiftGuideListings ( int guideId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult

Get the listings in a gift guide.

GetGiftGuides ( ) : IAsyncResult

Get a list of gift guides.

GiftService ( EtsyContext etsyContext ) : System

Initializes a new instance of the GiftService class

GiftService ( EtsyContext etsyContext, IDataRetriever dataRetriever ) : System

Initializes a new instance of the GiftService class

Method Details

GetGiftGuideListings() public méthode

Get the listings in a gift guide.
public GetGiftGuideListings ( int guideId, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult
guideId int Specify the numeric ID of a Gift Guide
offset int To page through large result sets, set offset to a multiple of limit
limit int Specify the number of results to return
detailLevel DetailLevel Control how much information to return
Résultat IAsyncResult

GetGiftGuides() public méthode

Get a list of gift guides.
public GetGiftGuides ( ) : IAsyncResult
Résultat IAsyncResult

GiftService() public méthode

Initializes a new instance of the GiftService class
public GiftService ( EtsyContext etsyContext ) : System
etsyContext Netsy.DataModel.EtsyContext the etsy context to use
Résultat System

GiftService() public méthode

Initializes a new instance of the GiftService class
public GiftService ( EtsyContext etsyContext, IDataRetriever dataRetriever ) : System
etsyContext Netsy.DataModel.EtsyContext the etsy context to use
dataRetriever IDataRetriever the data retriever use
Résultat System