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