Метод | Описание | |
---|---|---|
CallTypeToString ( CallType callType ) : string | ||
CallerTypeToString ( CallerType callerType ) : string | ||
GetPersonType ( string personType ) : PersonType | ||
GetSortDirection ( string sortOrder, ListSortDirection defaultDirection = null ) : ListSortDirection | ||
PersonTypeToString ( PersonType personType ) : string |
public static CallTypeToString ( CallType callType ) : string | ||
callType | CallType | |
Результат | string |
public static CallerTypeToString ( CallerType callerType ) : string | ||
callerType | CallerType | |
Результат | string |
public static GetPersonType ( string personType ) : PersonType | ||
personType | string | |
Результат | PersonType |
public static GetSortDirection ( string sortOrder, ListSortDirection defaultDirection = null ) : ListSortDirection | ||
sortOrder | string | |
defaultDirection | ListSortDirection | |
Результат | ListSortDirection |
public static PersonTypeToString ( PersonType personType ) : string | ||
personType | PersonType | |
Результат | string |