NameIdPair Class: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumbClass}} | ||
<onlyinclude>Stores the name and ID of a project, XFRACAS entity or other Synthesis item.</onlyinclude> | |||
== Properties == | == Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 130px;"|Name||Gets or sets the item's name. '''String'''. | |||
|- | |||
|ID||Gets or sets the item's (system-generated) ID number. '''Integer'''. | |||
|} | |||
Revision as of 17:37, 7 August 2015
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 (system-generated) ID number. Integer. |