Represents a collection of related operations within the process flow of a process definition.
Inheritance Hierarchy
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.251.0.0 (8.251.0.0)
Syntaxpublic class OperationGroup : OperationBase
Public Class OperationGroup
Inherits OperationBase
public ref class OperationGroup : public OperationBase
type OperationGroup =
class
inherit OperationBase
end
The OperationGroup type exposes the following members.
Constructors
| Name | Description |
---|
 | OperationGroup | Initializes a new instance of the OperationGroup class |
Top
Properties
| Name | Description |
---|
 | Operations |
A list of the operations associated to this operation group.
|
Top
See Also