NameIdPair Class

From ReliaWiki
Revision as of 21:12, 28 February 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


This class represents the name and ID of a project.

Constructors

  • NameIdPair Creates a new class that represents a Name and ID pair.

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.