OperationVariableItem Class

Representation of a runtime operation and its variables.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class OperationVariableItem : INotifyPropertyChanged
Inheritance
Object    OperationVariableItem
Implements
INotifyPropertyChanged

Constructors

OperationVariableItemInitializes a new instance of the OperationVariableItem class

Properties

BaseName Get/Set the base property name of this item.
DisplayName Get/Set the display name of this item.
OperationName Get/Set the distinct operation group name for this variable.
PatternOperations Get a reference to the collection of pattern operations to which this variable applies.
Value Get/Set the value of this variable.
WorkingValue Get/Set the working (in-edit) value of this item.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnPropertyChanged Raises the PropertyChanged event when the value of a property has changed.
ToString
(Inherited from Object)
UpdateOperations Update the linked operations with the value established on the item's Value property.

Events

PropertyChanged Fired when the value of a property has changed.

Fields

mBaseName Private member for BaseName.
mDisplayName Private member for DisplayName.
mOperationName Private member for OperationName.
mPatternOperations Private member for PatternOperations.
mValue Private member for Value.
mWorkingValue Private member for WorkingValue.

See Also