C# Class Application.Common.Helper

Show file Open project: Hill30/ResourceAllocation

Public Methods

Method Description
CallTypeToString ( CallType callType ) : string
CallerTypeToString ( CallerType callerType ) : string
GetPersonType ( string personType ) : PersonType
GetSortDirection ( string sortOrder, ListSortDirection defaultDirection = null ) : ListSortDirection
PersonTypeToString ( PersonType personType ) : string

Method Details

CallTypeToString() public static method

public static CallTypeToString ( CallType callType ) : string
callType CallType
return string

CallerTypeToString() public static method

public static CallerTypeToString ( CallerType callerType ) : string
callerType CallerType
return string

GetPersonType() public static method

public static GetPersonType ( string personType ) : PersonType
personType string
return PersonType

GetSortDirection() public static method

public static GetSortDirection ( string sortOrder, ListSortDirection defaultDirection = null ) : ListSortDirection
sortOrder string
defaultDirection ListSortDirection
return ListSortDirection

PersonTypeToString() public static method

public static PersonTypeToString ( PersonType personType ) : string
personType PersonType
return string