C# 클래스 Toggl.Services.ClientService

상속: IClientService
파일 보기 프로젝트 열기: johnbabb/C--Toggl-Api-Client 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Client obj ) : Client

https://github.com/toggl/toggl_api_docs/blob/master/chapters/clients.md#create-a-client

ClientService ( ) : System
ClientService ( IApiService srv ) : System
ClientService ( string apiKey ) : System
Delete ( int id ) : bool

https://www.toggl.com/public/api#del_clients

Edit ( Client obj ) : Client

https://www.toggl.com/public/api#put_clients

Get ( int id ) : Client
List ( ) : List

https://github.com/toggl/toggl_api_docs/blob/master/chapters/clients.md#get-clients-visible-to-user

메소드 상세

Add() 공개 메소드

https://github.com/toggl/toggl_api_docs/blob/master/chapters/clients.md#create-a-client
public Add ( Client obj ) : Client
obj Client
리턴 Client

ClientService() 공개 메소드

public ClientService ( ) : System
리턴 System

ClientService() 공개 메소드

public ClientService ( IApiService srv ) : System
srv IApiService
리턴 System

ClientService() 공개 메소드

public ClientService ( string apiKey ) : System
apiKey string
리턴 System

Delete() 공개 메소드

https://www.toggl.com/public/api#del_clients
public Delete ( int id ) : bool
id int
리턴 bool

Edit() 공개 메소드

https://www.toggl.com/public/api#put_clients
public Edit ( Client obj ) : Client
obj Client
리턴 Client

Get() 공개 메소드

public Get ( int id ) : Client
id int
리턴 Client

List() 공개 메소드

https://github.com/toggl/toggl_api_docs/blob/master/chapters/clients.md#get-clients-visible-to-user
public List ( ) : List
리턴 List