C# Class HighriseApi.Requests.UserRequest

Inheritance: RequestBase, IUserRequest
显示文件 Open project: scottschluer/highrise-api

Public Methods

Method Description
Get ( ) : IEnumerable
Get ( int id ) : User
Me ( ) : User
UserRequest ( IRestClient client ) : System

Method Details

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Get() public method

public Get ( int id ) : User
id int
return HighriseApi.Models.User

Me() public method

public Me ( ) : User
return HighriseApi.Models.User

UserRequest() public method

public UserRequest ( IRestClient client ) : System
client IRestClient
return System