Click or drag to resize
STSeriesWorkflowParser ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
This class is responsible for parsing a workflow XML file and creating WorkflowPhase objects from it.
Inheritance Hierarchy
SystemObject
  Scriptel.STSeriesSTSeriesWorkflowParser

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class STSeriesWorkflowParser

The STSeriesWorkflowParser type exposes the following members.

Constructors
  NameDescription
Public methodSTSeriesWorkflowParser
Constructor
Top
Methods
  NameDescription
Public methodParse
Parses the given workflow XML file and returns a list of WorkflowPhase objects
Top
See Also