C# 클래스 Candor.SortOption

파일 보기 프로젝트 열기: michael-lang/candor-common

공개 메소드들

메소드 설명
SortOption ( string propertyName, short direction ) : System

Creates a new instance of a SortOption.

메소드 상세

SortOption() 공개 메소드

Creates a new instance of a SortOption.
public SortOption ( string propertyName, short direction ) : System
propertyName string The name of the property to sort by.
direction short The direction of the sort.
리턴 System