ReliaSoft API Reference: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 64: Line 64:
*'''[[ParamInputInfo.CanEqualMax]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for CanEqualMax}}
*'''[[ParamInputInfo.CanEqualMax]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for CanEqualMax}}
*'''[[ParamInputInfo.Value]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for Value}}
*'''[[ParamInputInfo.Value]]''' {{Template:APIComment|Parameter input in ParamInputInfo Class for Value}}
== Classes / Enums ==
*'''[[ResetOptionEnum]]''' {{APIComment|Can be used to assign values to ResetOption within CorrectiveTasks}}
*'''[[TaskFrequencyEnum]]''' {{APIComment|Can be used to assign values to TaskFrequency within CorrectiveTasks}}
*'''[[TaskRestorationTypeEnum]]''' {{APIComment|Can be used to assign values to TaskRestorationType within CorrectiveTasks}}
*'''[[TaskClassEnum]]''' {{APIComment|Can be used to assign values to TaskClass within CorrectiveTasks}}
== Resource Classes==
*[[cModel Class]]
*[[cAction Class]]
*[[cURD Class]]
*[[cVariable Class]]
*[[cCrew Class]]
*[[cPool Class]]
*[[cCorrectiveTask Class]]
*[[cScheduledTask Class]]





Revision as of 22:56, 8 October 2013

APIWiki.png



The Synthesis API provides a library of classes that can be used to accomplish the exact same tasks as within Synthesis, but instead though Microsoft Visual Studio allowing for a more customizable an automatable solution to reliability engineering.


The Synthesis API can be used in any development environment that supports ActiveX controls, such as Microsoft’s Visual Basic, Visual C, C#, Access or Excel. The sample code and documentation in this manual have been prepared for the Microsoft Visual Studio 2010 (Visual Basic and .Net) development environment and we assume that the user is familiar with programming in that environment.


In order to use this library in a project a reference to ReliaSoft Synthesis API Library is required. It’s located in the folder where ReliaSoft Synthesis is installed. By default it is “C:\Program Files\ReliaSoft\Synthesis 9”.

  • .NET developers – use SynthesisAPI.dll
  • VB6 / VBA developers – use SynthesisAPI.tlb


Below is the list of classes and their methods contained in the library.

Below is a list of classes and enumerations.

Classes / Enums

BoundsValues Class
ParamInputInfo Class

Classes / Enums

  • ResetOptionEnum Can be used to assign values to ResetOption within CorrectiveTasks
  • TaskFrequencyEnum Can be used to assign values to TaskFrequency within CorrectiveTasks
  • TaskRestorationTypeEnum Can be used to assign values to TaskRestorationType within CorrectiveTasks
  • TaskClassEnum Can be used to assign values to TaskClass within CorrectiveTasks

Resource Classes


=Old Stuff