C# 클래스 Netsy.Services.UsersService

Implementation of Etsy users service calls API
상속: IUsersService
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
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 ( EtsyContext etsyContext ) : System

Initializes a new instance of the UsersService class

UsersService ( EtsyContext etsyContext, IDataRetriever dataRetriever ) : System

Initializes a new instance of the UsersService class

메소드 상세

GetUserDetails() 공개 메소드

Get the user details
public GetUserDetails ( int userId, DetailLevel detailLevel ) : IAsyncResult
userId int the user id
detailLevel DetailLevel the detail level
리턴 IAsyncResult

GetUsersByName() 공개 메소드

Query for users by name
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
리턴 IAsyncResult

UsersService() 공개 메소드

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

UsersService() 공개 메소드

Initializes a new instance of the UsersService class
public UsersService ( EtsyContext etsyContext, IDataRetriever dataRetriever ) : System
etsyContext Netsy.DataModel.EtsyContext the etsy context to use
dataRetriever IDataRetriever the data retreiver to use
리턴 System