메소드 | 설명 | |
---|---|---|
CompanyRequest ( IRestClient client ) : System | ||
Create ( |
||
Delete ( int id ) : bool | ||
Get ( int id ) : |
||
Get ( int offset = null ) : IEnumerable |
||
Search ( string>.IDictionary |
||
Search ( string name, int offset = null ) : IEnumerable |
||
Update ( |
public CompanyRequest ( IRestClient client ) : System | ||
client | IRestClient | |
리턴 | System |
public Create ( |
||
company | ||
리턴 |
public Search ( string>.IDictionary |
||
values | string>.IDictionary | |
offset | int | |
리턴 | IEnumerable |
public Search ( string name, int offset = null ) : IEnumerable |
||
name | string | |
offset | int | |
리턴 | IEnumerable |
public Update ( |
||
company | ||
리턴 |