NameIdPair Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
== Constructors ==
== Constructors ==
*'''[[New NameIdPair]]''' {{APIComment|Creates a new class that represents a Name and ID pair.}}<br>
*'''[[New NameIdPair]]''' {{APIComment|Creates a new class that represents a Name and ID pair.}}<br>
== Methods ==
*'''[[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.}}
== Methods ==
*'''[[NameIdPair.ToString|ToString]]''' {{APIComment|Overridable function that returns the Name.}}

Revision as of 22:58, 5 February 2014



Instantiate this class as a pair of Name and ID.

Constructors

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

Methods

  • ToString Overridable function that returns the Name.

Properties

  • Name Gets or set the Name.
  • ID Gets or set the ID.