OperationVariableCollection Class

Collection of OperationVariableItem Items.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class OperationVariableCollection : BindingList
Inheritance
BindingListT    OperationVariableCollection

Constructors

OperationVariableCollectionInitializes a new instance of the OperationVariableCollection class

Properties

SharedVariables Get a reference to a list of variable names in this operation that are shared for the entire pattern.

Methods

AddOperation Add the provided operation and its associated variables to the collection.
TransferWorkingValues Transfer operation variable working values to the provided pattern operation.

Fields

mSharedVariables Private member for SharedVariables.

See Also