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. | |
Definition at line 11 of file TagSort.cs.
| static void TagControls.Sorter.AlphabeticalSortTags | ( | List< TagInfo > | tags | ) | [static] |
This function is used to sort the tags Alphabetical.
| 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.
| 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.
| 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.
1.5.1-p1