NameIdPair Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
| style="width: 130px;"|Name||Gets or sets the item's name. '''String'''.
| style="width: 130px;"|Name||Gets or sets the item's name. '''String'''.
|-
|-
|ID||Gets or sets the item's (system-generated) ID number. '''Integer'''.
|ID||Gets or sets the item's numeric ID number. '''Integer'''.
|}
|}

Revision as of 20:31, 31 August 2015

APIWiki.png


Member of: SynthesisAPI


Stores the name and ID of a project, XFRACAS entity or other Synthesis item.

Properties

Name Description
Name Gets or sets the item's name. String.
ID Gets or sets the item's numeric ID number. Integer.