C# Class SIL.FieldWorks.XWorks.MorphologyEditor.OccurrenceSorter

Inheritance: SIL.FieldWorks.Filters.RecordSorter
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
getComparer ( ) : IComparer

Method Details

MergeInto() public méthode

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
Résultat void

Sort() public méthode

Do the actual sort.
public Sort ( ArrayList records ) : void
records System.Collections.ArrayList
Résultat void

getComparer() protected méthode

protected getComparer ( ) : IComparer
Résultat IComparer