Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
HighriseApi
Requests
UserRequest
C# 클래스 HighriseApi.Requests.UserRequest
상속:
RequestBase
,
IUserRequest
파일 보기
프로젝트 열기: scottschluer/highrise-api
공개 메소드들
메소드
설명
Get
( ) :
IEnumerable
Get
(
int
id
) :
User
Me
( ) :
User
UserRequest
(
IRestClient
client
) :
System
메소드 상세
Get()
공개
메소드
public
Get
( ) :
IEnumerable
리턴
IEnumerable
Get()
공개
메소드
public
Get
(
int
id
) :
User
id
int
리턴
HighriseApi.Models.User
Me()
공개
메소드
public
Me
( ) :
User
리턴
HighriseApi.Models.User
UserRequest()
공개
메소드
public
UserRequest
(
IRestClient
client
) :
System
client
IRestClient
리턴
System