Method | Description | |
---|---|---|
GetClient ( int id ) : Client | ||
GetEmployee ( int id ) : Employee | ||
GetPersonNotes ( int personId, PersonType personType, int count, int offset, ListSortDirection sortDirection ) : List |
||
PersonsRepository ( ) : System | ||
Search ( string searchPattern, int count, int offset, string sortBy, ListSortDirection sortDirection ) : List |
public GetPersonNotes ( int personId, PersonType personType, int count, int offset, ListSortDirection sortDirection ) : List |
||
personId | int | |
personType | PersonType | |
count | int | |
offset | int | |
sortDirection | ListSortDirection | |
return | List |
public Search ( string searchPattern, int count, int offset, string sortBy, ListSortDirection sortDirection ) : List |
||
searchPattern | string | |
count | int | |
offset | int | |
sortBy | string | |
sortDirection | ListSortDirection | |
return | List |