|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| ==Revisions since 10.1.0== | | =DRAFT V11 minor releases= |
| | xxx |
|
| |
|
| *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== | | |
| *'''<span style="color:#FCF8F8; background-color:#1D572F"> Major </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.
| | =DRAFT V12= |
| * The following obsolete properties in the [[CAction Class|cAction class]] have been removed:
| | |
| :*AppDate
| | xxx |
| :*AppUserID
| |
| :*CompDate
| |
| :*DueDate
| |
| :*Duration
| |
| :*EstCost
| |
| :*PersonResp
| |
| :*RespUserID
| |
| :*ShortDsc
| |
| :*StartDate
| |
| :*StatusFlag
| |
| *The following obsolete properties in the [[CScheduledTask_Class|cScheduledTask class]] have been removed:
| |
| :*TaskFrequencyIDOrig
| |
| :*TaskFrequencyUnitIDOrig
| |
| :*TaskFrequencyValueOrig
| |
| :*TaskFreqValueVariableIDOrig
| |