C# 클래스 TradeMe.Api.Client.BiddingMethods

The BiddingMethods class contains the methods requried for making calls to the API related to bidding.
파일 보기 프로젝트 열기: TradeMe/trade-me-api-wrapper 1 사용 예제들

공개 메소드들

메소드 설명
BidRequest ( BidRequest request ) : System.Xml.Linq.XDocument

Performs the Bidding Method: Place a bid request. POST

Serializes the given BidRequest into xml and sends the message.

REQUIRES AUTHENTICATION.

BiddingMethods ( ConnectionMethods connect ) : System

Initializes a new instance of the BiddingMethods class.

BuyNowRequest ( BuyNowRequest request ) : System.Xml.Linq.XDocument

Performs the Bidding Method: Place a Buy Now request. POST

Serializes the given BuyNowRequest into xml and sends the message.

REQUIRES AUTHENTICATION.

메소드 상세

BidRequest() 공개 메소드

Performs the Bidding Method: Place a bid request. POST

Serializes the given BidRequest into xml and sends the message.

REQUIRES AUTHENTICATION.
public BidRequest ( BidRequest request ) : System.Xml.Linq.XDocument
request BidRequest The object that will be serialized into xml and then sent in a POST message.
리턴 System.Xml.Linq.XDocument

BiddingMethods() 공개 메소드

Initializes a new instance of the BiddingMethods class.
public BiddingMethods ( ConnectionMethods connect ) : System
connect ConnectionMethods A ConnectionMethods class used to make calls to the API
리턴 System

BuyNowRequest() 공개 메소드

Performs the Bidding Method: Place a Buy Now request. POST

Serializes the given BuyNowRequest into xml and sends the message.

REQUIRES AUTHENTICATION.
public BuyNowRequest ( BuyNowRequest request ) : System.Xml.Linq.XDocument
request BuyNowRequest The object that will be serialized into xml and then sent in a POST message.
리턴 System.Xml.Linq.XDocument