C# Класс Netsy.Services.GiftService

Implementation of the Feedback service
Наследование: IGiftService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetGiftGuideListings() публичный Метод

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
Результат IAsyncResult

GetGiftGuides() публичный Метод

Get a list of gift guides.
public GetGiftGuides ( ) : IAsyncResult
Результат IAsyncResult

GiftService() публичный Метод

Initializes a new instance of the GiftService class
public GiftService ( EtsyContext etsyContext ) : System
etsyContext Netsy.DataModel.EtsyContext the etsy context to use
Результат System

GiftService() публичный Метод

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
Результат System