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 represents the name and ID of a project. | This class represents the name and ID of a project. | ||
== Methods == | == Methods == |
Revision as of 15:22, 3 March 2014
This class represents the name and ID of a project.
Methods
- ToString Overridable function that returns the Name.
Properties
- Name (as string) Gets or set the project name.
- ID (as integer) Gets or set the project ID number.