Talk:API Changelog/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with 'Changes for Version 10.1.0 :*Added a new method that allows you to get a single system hierarchy item (as opposed to a list or dictionary of all system hierarchy items). :*Added…')
 
No edit summary
Line 1: Line 1:
Changes for Version 10.1.0
Changes for Version 10.1.0


:*Added a new method that allows you to get a single system hierarchy item (as opposed to a list or dictionary of all system hierarchy items).
 
:*Added ability to get global and reference resources. The new <code>Filter</code> parameter allows you to specify whether to get all local resources, global resources, reference resources, or a combination of any resource type.
*Added new <code>Filter</code> parameter to the following methods. The parameter allows you to specify whether to get local resources, global resources, reference resources, or a combination of any resource type. The filter's default value is 0, which returns local models. 
:*Added new user-defined properties for cXfmeaControl and cAction class.
:*[[Repository.Model.GetAllModels]]
:*Various fixes and non-code breaking improvements.  
:*[[Repository.Model.GetAllModelsInfo]]
:*Deprecated a couple of obsolete properties.
:*[[Repository.Action.GetAllActions]]
:*[[Repository.Action.GetAllActionsDictionary]]
:*[[Repository.Crew.GetAllCrews]]
:*[[Repository.Pool.GetAllPools]]
:*[[Repository.Task.GetAllScheduledTasks]]
:*[[Repository.Task.GetAllCorrectiveTasks]]
:*[[Repository.URD.GetAllURDs]]
:*[[Repository.Variable.GetAllVariables]]
:*[[Repository.Control.GetAllXfmeaControls]]
:*[[Repository.Control.GetAllXfmeaControlsDictionary]]
*Added a new method for getting a single system hierarchy item (as opposed to a list or dictionary of all system hierarchy items), and added new user-defined properties to couple of resource classes. See [[New Members and Constants]].
*Various fixes and non-code breaking improvements.  
*Deprecated a couple of obsolete properties. See [[Deprecated and Removed Members]].

Revision as of 22:36, 12 January 2016

Changes for Version 10.1.0


  • Added new Filter parameter to the following methods. The parameter allows you to specify whether to get local resources, global resources, reference resources, or a combination of any resource type. The filter's default value is 0, which returns local models.
  • Added a new method for getting a single system hierarchy item (as opposed to a list or dictionary of all system hierarchy items), and added new user-defined properties to couple of resource classes. See New Members and Constants.
  • Various fixes and non-code breaking improvements.
  • Deprecated a couple of obsolete properties. See Deprecated and Removed Members.