Method | Description | |
---|---|---|
GetUserDetails ( int userId, DetailLevel detailLevel ) : IAsyncResult |
Get the user details
|
|
GetUsersByName ( string searchName, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult |
Query for users by name
|
|
UsersService ( |
Initializes a new instance of the UsersService class
|
|
UsersService ( |
Initializes a new instance of the UsersService class
|
public GetUserDetails ( int userId, DetailLevel detailLevel ) : IAsyncResult | ||
userId | int | the user id |
detailLevel | DetailLevel | the detail level |
return | IAsyncResult |
public GetUsersByName ( string searchName, int offset, int limit, DetailLevel detailLevel ) : IAsyncResult | ||
searchName | string | the name to search for |
offset | int | the searh results offset |
limit | int | the search limit |
detailLevel | DetailLevel | the level of detail |
return | IAsyncResult |
public UsersService ( |
||
etsyContext | the etsy context to use | |
return | System |
public UsersService ( |
||
etsyContext | the etsy context to use | |
dataRetriever | IDataRetriever | the data retreiver to use |
return | System |