Deprecated and Removed Members: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
Line 16: | Line 16: | ||
* Obsolete properties in the [[CAction Class|cAction class]] have been removed. | * Obsolete properties in the [[CAction Class|cAction class]] have been removed. | ||
<ul> | <ul><ul> | ||
{|{{APITableDeprecated}} | {|{{APITableDeprecated}} | ||
|- | |- | ||
Line 42: | Line 42: | ||
|- | |- | ||
|StatusFlag||Removed | |StatusFlag||Removed | ||
|}</ul> | |}</ul></ul> | ||
*We've deprecated some properties in the [[CScheduledTask_Class|cScheduledTask class]]. | *We've deprecated some properties in the [[CScheduledTask_Class|cScheduledTask class]]. | ||
<ul> | <ul><ul> | ||
{| {{APITableDeprecated}} | {| {{APITableDeprecated}} | ||
|- | |- | ||
Line 55: | Line 55: | ||
|- | |- | ||
|TaskFreqValueVariableIDOrig||Deprecated | |TaskFreqValueVariableIDOrig||Deprecated | ||
|}</ul> | |}</ul></ul> |
Revision as of 20:34, 8 October 2015
The latest version of the Synthesis API is Version 10.
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 Synthesis API Version 10
- 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.ImportBlockSimXMLFile
method 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 Model.GetAllModelsInfo() method is deprecated. Please use the Model.GetAllModels() method going forward.
- Obsolete properties in the cAction class have been removed.
Name | Status |
---|---|
AppAndRevBy | Removed |
AppDate | Removed |
AppUserID | Removed |
CompDate | Removed |
DueDate | Removed |
Duration | Removed |
EstCost | Removed |
PersonResp | Removed |
RespUserID | Removed |
ShortDsc | Removed |
StartDate | Removed |
StatusFlag | Removed |
- We've deprecated some properties in the cScheduledTask class.
Name | Status |
---|---|
TaskFrequencyIDOrig | Deprecated |
TaskFrequencyUnitIDOrig | Deprecated |
TaskFrequencyValueOrig | Deprecated |
TaskFreqValueVariableIDOrig | Deprecated |