TagControls.Sorter Class Reference

This class containt different sorting functions there can be used on the tags. More...

List of all members.

Static Public Member Functions

static void AlphabeticalSortTags (List< TagInfo > tags)
 This function is used to sort the tags Alphabetical.
static void WeightSortTags (List< TagsInfo > tags)
 This function is used to sort the tags after Weight.
static void WeightAndGroupTags (List< TagInfo > tags, List< TagsInfo > updatedTagList, string username)
 This function is used remove all tags there occur more than one time and add the Weight and mark the tag if the corent user owns it.


Detailed Description

This class containt different sorting functions there can be used on the tags.

Definition at line 11 of file TagSort.cs.


Member Function Documentation

static void TagControls.Sorter.AlphabeticalSortTags ( List< TagInfo tags  )  [static]

This function is used to sort the tags Alphabetical.

Parameters:
tags A list of tags

Definition at line 17 of file TagSort.cs.

static void TagControls.Sorter.WeightSortTags ( List< TagsInfo tags  )  [static]

This function is used to sort the tags after Weight.

Parameters:
tags A list of tags

Definition at line 46 of file TagSort.cs.

static void TagControls.Sorter.WeightAndGroupTags ( List< TagInfo tags,
List< TagsInfo updatedTagList,
string  username 
) [static]

This function is used remove all tags there occur more than one time and add the Weight and mark the tag if the corent user owns it.

Parameters:
tags A list of all the tags, this list must be sorted alphabetical for the function to work.
updatedTagList A new and updated list of tags.
username The user name of the corrent user.

Definition at line 77 of file TagSort.cs.


The documentation for this class was generated from the following file:
Generated on Thu Dec 21 06:26:35 2006 for SCRAML by  doxygen 1.5.1-p1