C# 클래스 SIL.FieldWorks.XWorks.MorphologyEditor.OccurrenceSorter

상속: SIL.FieldWorks.Filters.RecordSorter
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
MergeInto ( ArrayList records, ArrayList newRecords ) : void

We only ever sort this list to start with, don't think we should need this, but it's an abstract method so we have to have it.

Sort ( ArrayList records ) : void

Do the actual sort.

보호된 메소드들

메소드 설명
getComparer ( ) : IComparer

메소드 상세

MergeInto() 공개 메소드

We only ever sort this list to start with, don't think we should need this, but it's an abstract method so we have to have it.
public MergeInto ( ArrayList records, ArrayList newRecords ) : void
records System.Collections.ArrayList
newRecords System.Collections.ArrayList
리턴 void

Sort() 공개 메소드

Do the actual sort.
public Sort ( ArrayList records ) : void
records System.Collections.ArrayList
리턴 void

getComparer() 보호된 메소드

protected getComparer ( ) : IComparer
리턴 IComparer