Public Member Functions | |
| TagInfo (string name, int id, string username) | |
| TagInfo (string name, int id, string username, int count) | |
Static Public Member Functions | |
| static TagInfo[] | Group (TagInfo[] infos) |
| Groups TagInfos by tagname and project ID. | |
Public Attributes | |
| string | Name |
| int | ID |
| string | UserName |
| int | Count |
Definition at line 483 of file Resultinfo.cs.
Groups TagInfos by tagname and project ID.
| infos | Infos to be grouped |
Definition at line 511 of file Resultinfo.cs.
References Shared.TagInfo.TagInfo().
Referenced by Server.Catalogue.ShowRelated().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1-p1