Click or drag to resize

ConditionStep Class

Describes a individual step of a Condition sequence
Inheritance Hierarchy
SystemObject
  CFX.Structures.PressInsertionConditionStep

Namespace: CFX.Structures.PressInsertion
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ConditionStep

The ConditionStep type exposes the following members.

Constructors
 NameDescription
Public methodConditionStep 
Top
Properties
 NameDescription
Public propertyJavaScriptCode String containing the JavaScript code that controls the step action.
Public propertyName The name of this step
Public propertySequencePosition The sequence position of this step in relation to the other steps in the condition. Steps are peformed in increasing sequence integer order 1...n
Top
See Also