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 7: | Line 7: | ||
*'''[[NameIdPair.ToString|ToString]]''' {{APIComment|Overridable function that returns the Name.}}--> | *'''[[NameIdPair.ToString|ToString]]''' {{APIComment|Overridable function that returns the Name.}}--> | ||
== Properties == | == Properties == | ||
*'' | *Name (as ''string'') {{APIComment|Gets or set the Name.}} | ||
*'' | *ID (as ''integer'') {{APIComment|Gets or set the ID.}} |
Revision as of 23:15, 27 February 2014
This class is used to store the name and ID of a project.
Properties
- Name (as string) Gets or set the Name.
- ID (as integer) Gets or set the ID.