NameIdPair Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}} | {{Template:APIClass|Repository Class|Repository}} | ||
This class is used to store the name and ID of a project. | This class is used to store the name and ID of a project. | ||
<!--== Constructors == | <!--== Constructors == | ||
*NameIdPair {{APIComment|Creates a new class that represents a Name and ID pair.}} | *NameIdPair {{APIComment|Creates a new class that represents a Name and ID pair.}} | ||
Line 7: | Line 6: | ||
== Methods == | == Methods == | ||
*'''[[NameIdPair.ToString|ToString]]''' {{APIComment|Overridable function that returns the Name.}}--> | *'''[[NameIdPair.ToString|ToString]]''' {{APIComment|Overridable function that returns the Name.}}--> | ||
== Properties == | == Properties == | ||
*'''[[NameIdPair.Name|Name]]''' {{APIComment|Gets or set the Name.}} | *'''[[NameIdPair.Name|Name]]''' {{APIComment|Gets or set the Name.}} | ||
*'''[[NameIdPair.ID|ID]]''' {{APIComment|Gets or set the ID.}} | *'''[[NameIdPair.ID|ID]]''' {{APIComment|Gets or set the ID.}} |