eBay .NET SDK v615 Full Release reference library
GetSellerListCall Class
NamespaceseBay.Service.CallGetSellerListCall
Declaration Syntax
C#Visual BasicVisual C++
[ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)]
public class GetSellerListCall : ApiCall
<ClassInterfaceAttribute(ClassInterfaceType.AutoDispatch)> _
Public Class GetSellerListCall _
	Inherits ApiCall
[ClassInterfaceAttribute(ClassInterfaceType::AutoDispatch)]
public ref class GetSellerListCall : public ApiCall
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
GetSellerListCall()()()

GetSellerListCall(ApiContext)

AbstractRequest
Gets or sets the Request of the call of type AbstractRequestType.
(Inherited from ApiCall.)
AbstractResponse
Gets the Response of the call of type AbstractResponseType.
(Inherited from ApiCall.)
AdminEndedItemsOnly
Gets or sets the AdminEndedItemsOnly of type Boolean.

AfterRequest
Occurs after the API call returns the response.
(Inherited from ApiCall.)
ApiCallBase
The base interface object.

ApiContext
Gets or sets the ApiContext of the call of type ApiContext.
(Inherited from ApiCall.)
ApiException
Gets any exceptions that occured during the API call.
(Inherited from ApiCall.)
ApiRequest
Gets or sets the GetSellerListRequestType for this API call.

ApiResponse
Gets the GetSellerListResponseType for this API call.

BeforeRequest
Occurs before the API call is sent.
(Inherited from ApiCall.)
CallMetricsEntry
Holds the call metrics object used to optionally track client and server side latencies.
(Inherited from ApiCall.)
CallRetry
Gets or sets call retry of type CallRetry.
(Inherited from ApiCall.)
CategoryID
Gets or sets the CategoryID of type Int32.

DetailLevelList
Gets or sets the DetailLevel of type DetailLevelCodeTypeCollection.
(Inherited from ApiCall.)
DetailLevelOverride
Prevents DetailLevelList from being sent if set to true.
(Inherited from ApiCall.)
EnableCompression
Set to true to ask the server to compress the response data to reduce the transfer size. By default HTTP compression is enabled to improve the performance.
(Inherited from ApiCall.)
EndTimeFilter
Gets or sets the EndTimeFrom and EndTimeTo of type TimeFilter.

EndTimeFrom
Gets or sets the EndTimeFrom of type DateTime.

EndTimeTo
Gets or sets the EndTimeTo of type DateTime.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute()()()
Sends the AbstractRequest to eBay.
(Inherited from ApiCall.)
ExecuteRequest(AbstractRequestType)
Sends the Request and returns the Response.
(Inherited from ApiCall.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetSecurityHeader()()()
Constructs a security header from values in ApiContext.
(Inherited from ApiCall.)
GetSellerList(String, UserIDArrayType, DateTime, DateTime, Int32, DateTime, DateTime, PaginationType, GranularityLevelCodeType, StringCollection, Boolean, Boolean, Int32)
GetSellerList()()()
For backward compatibility with old wrappers.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GranularityLevel
Gets or sets the GranularityLevel of type GranularityLevelCodeType.

HasError
Returns true if Error has occured, else false.
(Inherited from ApiCall.)
HasMoreItems
Gets the returned HasMoreItems of type Boolean.

HasWarning
Returns true if warning has occured, else false.
(Inherited from ApiCall.)
IncludeWatchCount
Gets or sets the IncludeWatchCount of type Boolean.

InterfaceServiceType
Reserved for eBay internal use. The type to be used to create the Web Service service instance.
(Inherited from ApiCall.)
ItemList
Gets the returned ItemArray of type ItemTypeCollection.

ItemsPerPage
Gets the returned ItemsPerPage of type Int32.

LogMessage(String, MessageType, MessageSeverity)
Log the message information under the specified type and severity.
(Inherited from ApiCall.)
LogMessagePayload(String, MessageSeverity, Exception)
Log the message information under the specified type and severity, in the context of an exception - used for exception-based payload logging. Message type is always assumed to be ApiMessage.
(Inherited from ApiCall.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MotorsDealerUserList
Gets or sets the MotorsDealerUsers of type UserIDArrayType.

PageNumber
Gets the returned PageNumber of type Int32.

Pagination
Gets or sets the Pagination of type PaginationType.

PaginationResult
Gets the returned PaginationResult of type PaginationResultType.

ResponseTime
Gets the time the API Call took to respond of type TimeSpan
(Inherited from ApiCall.)
ReturnedItemCountActual
Gets the returned ReturnedItemCountActual of type Int32.

Seller
Gets the returned Seller of type UserType.

Site
Gets or sets the Site for the API call of type SiteCodeType
(Inherited from ApiCall.)
SKUArrayList
Gets or sets the SKUArray of type StringCollection.

SoapRequest
Gets the last raw web service request of type String
(Inherited from ApiCall.)
SoapResponse
Gets the last raw web service response of type String
(Inherited from ApiCall.)
Sort
Gets or sets the Sort of type Int32.

StartTimeFilter
Gets or sets the StartTimeFrom and StartTimeTo of type TimeFilter.

StartTimeFrom
Gets or sets the StartTimeFrom of type DateTime.

StartTimeTo
Gets or sets the StartTimeTo of type DateTime.

Timeout
Gets or sets the Timeout for the API call.
(Inherited from ApiCall.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UserID
Gets or sets the UserID of type String.

Version
Gets or sets the Version for the API call.
(Inherited from ApiCall.)
Inheritance Hierarchy
Object
ApiCall
 GetSellerListCall

Assembly: eBay.Service (Module: eBay.Service)