C# Class Netsy.Services.GiftService

Implementation of the Feedback service
Inheritance: IGiftService
Mostrar archivo Open project: AnthonySteele/Netsy Class Usage Examples

Public Methods

Method 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 method

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
return IAsyncResult

GetGiftGuides() public method

Get a list of gift guides.
public GetGiftGuides ( ) : IAsyncResult
return IAsyncResult

GiftService() public method

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

GiftService() public method

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
return System