|
|
(56 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| __NOTOC__ | | __NOTOC__ |
| | | ==Leader Pages== |
| '''Leader Pages'''
| |
| *[[Talk:API_Changelog/Notes]] | | *[[Talk:API_Changelog/Notes]] |
| *[[Talk:New_Classes_and_Enumerations/Notes]] | | **[[Talk:New_Classes_and_Enumerations/Notes]] |
| *[[Talk:New_Members_and_Constants/Notes]] | | **[[Talk:New_Members_and_Constants/Notes]] |
| *[[Talk:Deprecated_and_Removed_Members/Notes]] | | **[[Talk:Deprecated_and_Removed_Members/Notes]] |
| *[[Talk:Full_Synthesis_API/Notes]] | | *[[Talk:API_Reference_Documentation/Notes]] |
| | | *[[Talk:Synthesis_API_Reference/Notes]] |
| | | *[[Talk:API_Tutorials/Notes]] |
| '''Reference Docs'''
| |
| *[[Talk:CPool_Class/Notes]]
| |
| *[[Talk:Repository.Model.GetAllModels/Notes]] | |
| *[[Talk:Repository.Model.GetAllModelsInfo/Notes]] | |
| | |
| | |
| | |
| =Summary=
| |
| <div style="border:1px solid #AAA; background:#f9f9f9; border-radius:10px; width:auto; margin:0 0 1em 1em; padding:1em;">
| |
| '''New Classes'''
| |
| | |
| '''New Enums'''
| |
| *<strike>ResourceFilterEnum_Enumeration - part of SYN-I-4788</strike>
| |
| *<strike>RestockOnEnum_Enumeration - part of SYN-I-4849 </strike>
| |
| | |
| | |
| '''New Methods'''
| |
| *[[Repository.Xfmea.GetItemInSystemHierarchy_Method]] - SYN-I-4795
| |
| | |
| '''New Properties'''
| |
| *SYN-I-4974
| |
| :*[[CXfmeaControl_Class]]
| |
| :*[[cAction_Class]]
| |
| | |
| '''Edits to Existing Methods'''
| |
| *SYN-I-4788 (not code breaking)
| |
| :*<strike>[[Repository.Model.GetAllModels]]</strike>
| |
| :*<strike>[[Repository.Model.GetAllModelsInfo]]</strike>
| |
| :*[[Repository.Crew.GetAllCrews]]
| |
| :*[[Repository.Pool.GetAllPools]]
| |
| :*[[Repository.Task.GetAllScheduledTasks]]
| |
| :*[[Repository.Task.GetAllCorrectiveTasks]]
| |
| :*[[Repository.URD.GetAllURDs]]
| |
| :*[[Repository.Variable.GetAllVariables]]
| |
| | |
| *SYN-I-4864 (not code breaking)
| |
| :*[[Common_Class]]
| |
| | |
| '''Edits to Existing Properties'''
| |
| *SYN-I-4849 (not code breaking)
| |
| :*[[CPool Class]] Restock On property
| |
| | |
| '''Deprecations'''
| |
| *[[XfmeaItem_Class]] - removed Nr property because it is a duplicate of the PartNr property.
| |
| *[[CXfmeaControl_Class]] and [[cAction_Class]] - removed Synthesis identifier fields (because not applicable).
| |
| * [[CScheduledTask_Class]] - removed OnCondPerformTaskEvenIfItBringsSysDown property because not in use (obsolete).
| |
| | |
| </div>
| |
| | |
| =SYN-I-4788=
| |
| Use this template:
| |
| | |
| Gets a <span style="color:#FF0000">list of models </span>associated with a project. Returns a '''[[CModel Class|cModel]]''' object array that contains <span style="color:#FF0000">the models </span>in that project.</onlyinclude>
| |
| | |
| === Syntax ===
| |
| '''.Model.GetAllModels'''<span style="color:#FF0000">(''Filter'')</span>
| |
| | |
| ====Parameters====
| |
| <span style="color:#FF0000">''Filter''</span>
| |
| :Optional. A filter that returns a particular type of <span style="color:#FF0000">model</span> resource (e.g., global only, local and global only, etc.). Can be any [[ResourceFilterEnum_Enumeration|ResourceFilterEnum]] constant. Default value = 0, which returns local <span style="color:#FF0000">models</span> only.
| |
| | |
| ===Example===
| |
| Edit the comment:
| |
| | |
| 'Get a list of all <span style="color: #FF0000">local models </span> in project #1.
| |
| | |
| | |
| | |
| =SYN-I-4864=
| |
| Remove the "VB.NET Only" parenthetical in the definition.
| |
| | |
| Then add the following example. Add note that in VBA, you'll need to instantiate the class.
| |
| | |
| '''VBA'''
| |
|
| |
| {{APIComment|'Set the API's language to Portuguese}}
| |
| {{APIPrefix|Dim}} Lng {{APIPrefix|As New}} cLanguage
| |
| Lng.SetLanguage (Language_Portuguese)
| |
|
| |
| {{APIComment|'The following code triggers the Synthesis repository to return an error message.}}
| |
| {{APIPrefix|Dim}} MyRepository {{APIPrefix|As New}} Repository
| |
| {{APIPrefix|Dim}} m {{APIPrefix|As New}} cModel
| |
|
| |
| MyRepository.ConnectToAccessRepository({{APIString|"C:\RSRepository1.rsr10"}})
| |
| m = MyRepository.Model.GetModel(47)
| |
| | |
| | |
| =SYN-I-4849=
| |
|
| |
|
| <strike>Update definition of RestockOn property:
| |
|
| |
|
| Gets or sets a value from the RestockOnEnum enumeration, which specifies the pool's restock property (e.g. restock as needed, restock as scheduled, etc.).</strike>
| | ==Drafts for 11== |
| | xxx |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
| =SYN-I-4974= | | ==Pending== |
| Add the following properties to the class:
| | *[[ALTAEvents.Question]] - scrapped from V10, wasn't working. If fixed, include in V11. |
| {| {{APITable}}
| | *[[Upload XML File to XFRACAS]] - removed from V11.1.1. Focus is now on web service. A copy of the old content exists in the Notes talk page. |
| |-
| |
| |UT1||Gets or sets the text in the first user-defined text field. '''String'''.
| |
| |-
| |
| |UT2||Gets or sets the text in the second user-defined text field. '''String'''.
| |
| |-
| |
| |UT3||Gets or sets the text in the third user-defined text field. '''String'''.
| |
| |-
| |
| |UT4||Gets or sets the text in the fourth user-defined text field. '''String'''.
| |
| |-
| |
| |UT5||Gets or sets the text in the fifth user-defined text field. '''String'''.
| |