NameIdPair Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
{{Template:NameIdPair Class.Cmt}}
{{Template:NameIdPair Class.Cmt}}


== Constructors ==
<!--== Constructors ==
*NameIdPair {{APIComment|Creates a new class that represents a Name and ID pair.}}
*NameIdPair {{APIComment|Creates a new class that represents a Name and ID pair.}}


== Methods ==
== Methods ==
*'''[[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.}}
*'''[[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.}}

Revision as of 23:14, 27 February 2014


Instantiate this class as a pair of Name and ID.


Properties

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