Method | Description | |
---|---|---|
GetClient ( int id ) : |
||
GetClientNotes ( int clientId, int count, int offset, string sortDirection ) : List |
||
GetEmployee ( int id ) : |
||
GetEmployeeNotes ( int employeeId, int count, int offset, string sortDirection ) : List |
||
Search ( string searchString, int count, int offset, string sortBy, string sortDirection ) : List |
public GetClient ( int id ) : |
||
id | int | |
return |
public GetClientNotes ( int clientId, int count, int offset, string sortDirection ) : List |
||
clientId | int | |
count | int | |
offset | int | |
sortDirection | string | |
return | List |
public GetEmployee ( int id ) : |
||
id | int | |
return |
public GetEmployeeNotes ( int employeeId, int count, int offset, string sortDirection ) : List |
||
employeeId | int | |
count | int | |
offset | int | |
sortDirection | string | |
return | List |
public Search ( string searchString, int count, int offset, string sortBy, string sortDirection ) : List |
||
searchString | string | |
count | int | |
offset | int | |
sortBy | string | |
sortDirection | string | |
return | List |