Talk:Deprecated and Removed Members/Notes

From ReliaWiki
Revision as of 23:36, 12 January 2016 by Kate Racaza (talk | contribs) (Created page with '==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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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