Talk:Deprecated and Removed Members/Notes: Difference between revisions
Jump to navigation
Jump to search
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…' |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
*Removed the obsolete <code>Nr</code> property in [[XfmeaItem Class]]. Use the <code>PartNr</code> property going forward. | *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| | *Removed the obsolete <code>OnCondPerformTaskEvenIfItBringsSysDown</code> property in [[CScheduledTask_Class|cScheduledTask Class]]. | ||
Revision as of 17:28, 13 January 2016
Revisions since 10.1.0
- Removed the obsolete
Nrproperty in XfmeaItem Class. Use thePartNrproperty going forward. - Removed the obsolete
OnCondPerformTaskEvenIfItBringsSysDownproperty 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 toRepository.Model.GetAllModels(); similarly, theRepository.ImportBlockSimXMLFilemethod has been renamed toRepository.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
- The following obsolete properties in the cScheduledTask class have been removed:
- TaskFrequencyIDOrig
- TaskFrequencyUnitIDOrig
- TaskFrequencyValueOrig
- TaskFreqValueVariableIDOrig