NameIdPair Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
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  ==
*'''[[NameIdPair.Name|Name]]''' {{APIComment|Gets or set the Name.}}
*Name (as ''string'') {{APIComment|Gets or set the Name.}}
*'''[[NameIdPair.ID|ID]]''' {{APIComment|Gets or set the ID.}}
*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.