Talk:API Changelog/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




*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 <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 resources.   
:*[[Repository.Model.GetAllModels]]
:*[[Repository.Model.GetAllModels]]
:*[[Repository.Model.GetAllModelsInfo]]
:*[[Repository.Model.GetAllModelsInfo]]
Line 16: Line 16:
:*[[Repository.Control.GetAllXfmeaControlsDictionary]]
:*[[Repository.Control.GetAllXfmeaControlsDictionary]]
*Added new enumerations. See [[New Classes and Enumerations]].
*Added new enumerations. See [[New Classes and Enumerations]].
*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]].
*Added a new method for getting a single system hierarchy item, and added new user-defined properties to relevant resource classes. See [[New Members and Constants]].
*Deprecated a couple of obsolete properties. See [[Deprecated and Removed Members]].
*Deprecated a couple of obsolete properties. See [[Deprecated and Removed Members]].
*Various fixes and non-code breaking improvements.
*Various fixes and non-code breaking improvements.

Revision as of 23:41, 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 resources.