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.245.0.0 (8.245.0.0)
Syntax public 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 |
TopProperties
| Name | Description |
---|
| Operations |
A list of the operations associated to this operation group.
|
TopSee Also