C# Class Application.Common.Helper

Afficher le fichier Open project: Hill30/ResourceAllocation

Méthodes publiques

Méthode 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 méthode

public static CallTypeToString ( CallType callType ) : string
callType CallType
Résultat string

CallerTypeToString() public static méthode

public static CallerTypeToString ( CallerType callerType ) : string
callerType CallerType
Résultat string

GetPersonType() public static méthode

public static GetPersonType ( string personType ) : PersonType
personType string
Résultat PersonType

GetSortDirection() public static méthode

public static GetSortDirection ( string sortOrder, ListSortDirection defaultDirection = null ) : ListSortDirection
sortOrder string
defaultDirection ListSortDirection
Résultat ListSortDirection

PersonTypeToString() public static méthode

public static PersonTypeToString ( PersonType personType ) : string
personType PersonType
Résultat string