C# 클래스 IQMap.Implementation.SortCriterion

파일 보기 프로젝트 열기: jamietre/IQMap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_FieldMap string>.IDictionary

공개 메소드들

메소드 설명
Clone ( ) : SortCriterion
GetSql ( ) : string
SortCriterion ( string field, SortOrder order, SortPriority priority ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( ) : SortCriterion
리턴 SortCriterion

GetSql() 공개 메소드

public GetSql ( ) : string
리턴 string

SortCriterion() 공개 메소드

public SortCriterion ( string field, SortOrder order, SortPriority priority ) : System
field string
order SortOrder
priority SortPriority
리턴 System

프로퍼티 상세

_FieldMap 보호되어 있는 프로퍼티

protected IDictionary _FieldMap
리턴 string>.IDictionary