NameIdPair Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
mNo edit summary
(published changes for 10.1.4)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:




<onlyinclude>Stores or retrieves the name and ID of a project, XFRACAS entity or other Synthesis item.</onlyinclude>
<onlyinclude>Represents the name and ID pair of a project, XFRACAS entity, model resource, reliability block diagram (RBD) or fault tree.</onlyinclude>


== Properties  ==
== Properties  ==
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 130px;"|Name||Gets or sets the item's name. '''String'''.
| style="width: 130px;"|Name||Gets or sets the name. '''String'''.
|-
|-
|ID||Gets or sets the item's numeric ID number. '''Integer'''.
|ID||Gets or sets the numeric ID number. '''Integer'''.
|}
|}




Line 21: Line 22:
*[[Repository.XFRACAS.GetAllXFRACASEntities|Repository.XFRACAS.GetAllXFRACASEntities Method]]
*[[Repository.XFRACAS.GetAllXFRACASEntities|Repository.XFRACAS.GetAllXFRACASEntities Method]]
*[[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo Method]]
*[[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo Method]]
*[[Repository.BlockSim.GetAllRBDs]]
*[[Repository.BlockSim.GetAllFaultTrees]]

Latest revision as of 23:36, 6 September 2016

APIWiki.png


Member of: SynthesisAPI


Represents the name and ID pair of a project, XFRACAS entity, model resource, reliability block diagram (RBD) or fault tree.

Properties

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




See Also