C# 클래스 PetShop.Business.EntityPropertyComparer

Provide a generic comparer for our entity objects.
상속: IComparer
파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

공개 메소드들

메소드 설명
Compare ( object x, object y ) : int

Compares 2 objects by their properties, given on the constructor

EntityPropertyComparer ( string propertyName ) : System

Provides Comparison opreations.

메소드 상세

Compare() 공개 메소드

Compares 2 objects by their properties, given on the constructor
public Compare ( object x, object y ) : int
x object First value to compare
y object Second value to compare
리턴 int

EntityPropertyComparer() 공개 메소드

Provides Comparison opreations.
public EntityPropertyComparer ( string propertyName ) : System
propertyName string The property to compare
리턴 System