C# 클래스 Application.Common.Helper

파일 보기 프로젝트 열기: Hill30/ResourceAllocation

공개 메소드들

메소드 설명
CallTypeToString ( CallType callType ) : string
CallerTypeToString ( CallerType callerType ) : string
GetPersonType ( string personType ) : PersonType
GetSortDirection ( string sortOrder, ListSortDirection defaultDirection = null ) : ListSortDirection
PersonTypeToString ( PersonType personType ) : string

메소드 상세

CallTypeToString() 공개 정적인 메소드

public static CallTypeToString ( CallType callType ) : string
callType CallType
리턴 string

CallerTypeToString() 공개 정적인 메소드

public static CallerTypeToString ( CallerType callerType ) : string
callerType CallerType
리턴 string

GetPersonType() 공개 정적인 메소드

public static GetPersonType ( string personType ) : PersonType
personType string
리턴 PersonType

GetSortDirection() 공개 정적인 메소드

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

PersonTypeToString() 공개 정적인 메소드

public static PersonTypeToString ( PersonType personType ) : string
personType PersonType
리턴 string