Shared.TagInfo Struct Reference

Contains data about a Tag object. Used in network transmissions and representation on PersistentData. More...

List of all members.

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


Detailed Description

Contains data about a Tag object. Used in network transmissions and representation on PersistentData.

Definition at line 483 of file Resultinfo.cs.


Member Function Documentation

static TagInfo [] Shared.TagInfo.Group ( TagInfo[]  infos  )  [static]

Groups TagInfos by tagname and project ID.

Parameters:
infos Infos to be grouped
Returns:
An array of TagInfo containing tagname, project and count of tags. Does not contain Username information.

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:


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