Deprecated and Removed Members: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
(v10.1 update)
Line 8: Line 8:




==Revisions since 10.1.0==
*Removed the obsolete <code>Nr</code> property in [[XfmeaItem Class]]. Use the <code>PartNr</code> property going forward.
*Removed the obsolete <code>OnCondPerformTaskEvenIfItBringsSysDown</code> property in [[CScheduledTask_Class|cScheduledTask Class]].




==Revisions since 10.0.3==
==Revisions since 10.0.3==
*'''<span style="color:#FCF8F8; background-color:#1D572F">&nbsp; Major &nbsp;</span>''' The [[Repository Class|Repository class]] has been restructured. All of its members are now organized into fields named after the object type they apply to. For example, the <code>Repository.GetAllModels()</code> method, which returns a cModel object, has been renamed to <code>Repository.Model.GetAllModels()</code>; similarly, the <code>Repository.ImportBlockSimXMLFile</code> method has been renamed to <code>Repository.BlockSim.ImportBlockSimXMLFile</code>, etc. The previous versions of the methods still exist so your code is not broken, but they are deprecated and may be removed in future versions of the API.  
*'''<span style="color:#FCF8F8; background-color:#1D572F">&nbsp; Major &nbsp;</span>''' The [[Repository Class|Repository class]] has been restructured. All of its members are now organized into fields named after the object type they apply to. For example, the <code>Repository.GetAllModels()</code> method, which returns a cModel object, has been renamed to <code>Repository.Model.GetAllModels()</code>; similarly, the <code>Repository.ImportBlockSimXMLFile</code> method has been renamed to <code>Repository.BlockSim.ImportBlockSimXMLFile</code>, etc. The previous versions of the methods still exist so your code is not broken, but they are deprecated and may be removed in future versions of the API.  
 
* The [[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo()]] method is deprecated.
:* The [[Repository.Model.GetAllModelsInfo|Repository.Model.GetAllModelsInfo()]] method is also deprecated.
* The following obsolete properties in the [[CAction Class|cAction class]] have been removed:
* Obsolete properties in the [[CAction Class|cAction class]] have been removed.
:*AppDate
<ul><ul>
:*AppUserID
{|{{APITableDeprecated}}
:*CompDate
|-
:*DueDate
| style="width: 200px;"|AppAndRevBy||Removed
:*Duration
|-
:*EstCost
|AppDate||Removed
:*PersonResp
|-
:*RespUserID
|AppUserID||Removed
:*ShortDsc
|-
:*StartDate
|CompDate||Removed
:*StatusFlag
|-
*The following obsolete properties in the [[CScheduledTask_Class|cScheduledTask class]] have been removed:
|DueDate||Removed
:*TaskFrequencyIDOrig
|-
:*TaskFrequencyUnitIDOrig
|Duration||Removed
:*TaskFrequencyValueOrig
|-
:*TaskFreqValueVariableIDOrig
|EstCost||Removed
|-
|PersonResp||Removed
|-
|RespUserID||Removed
|-
|ShortDsc||Removed
|-
|StartDate||Removed
|-
|StatusFlag||Removed
|}</ul></ul>
 
*Obsolete properties in the [[CScheduledTask_Class|cScheduledTask class]] have been removed.
<ul><ul>
{| {{APITableDeprecated}}
|-
| style="width: 200px;"|TaskFrequencyIDOrig||Removed
|-
|TaskFrequencyUnitIDOrig||Removed
|-
|TaskFrequencyValueOrig||Removed
|-
|TaskFreqValueVariableIDOrig||Removed
|}</ul></ul>

Revision as of 00:25, 1 March 2016

APIWiki.png


<< Back to API Main Page

API Changelog

API Reference Documentation

Below is a summary of what has been changed, removed and deprecated in the Synthesis API since its previous version. The status of an object member may be any of the following:

  • Changed - The syntax of the member has changed.
  • Deprecated - The member is obsolete and may be removed in future versions of the API. Do not use it in new applications.
  • Removed - The member has been removed from the object model.



Revisions since 10.1.0

  • Removed the obsolete Nr property in XfmeaItem Class. Use the PartNr property going forward.
  • Removed the obsolete OnCondPerformTaskEvenIfItBringsSysDown property in cScheduledTask Class.


Revisions since 10.0.3

  •   Major   The Repository class has been restructured. All of its members are now organized into fields named after the object type they apply to. For example, the Repository.GetAllModels() method, which returns a cModel object, has been renamed to Repository.Model.GetAllModels(); similarly, the Repository.ImportBlockSimXMLFile method has been renamed to Repository.BlockSim.ImportBlockSimXMLFile, etc. The previous versions of the methods still exist so your code is not broken, but they are deprecated and may be removed in future versions of the API.
  • The Repository.Model.GetAllModelsInfo() method is deprecated.
  • The following obsolete properties in the cAction class have been removed:
  • AppDate
  • AppUserID
  • CompDate
  • DueDate
  • Duration
  • EstCost
  • PersonResp
  • RespUserID
  • ShortDsc
  • StartDate
  • StatusFlag
  • TaskFrequencyIDOrig
  • TaskFrequencyUnitIDOrig
  • TaskFrequencyValueOrig
  • TaskFreqValueVariableIDOrig