public class OperationVariableItem : INotifyPropertyChanged
Public Class OperationVariableItem
Implements INotifyPropertyChanged
No code example is currently available or this language may not be supported.
OperationVariableItem | Initializes a new instance of the OperationVariableItem class |
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. |
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. |
PropertyChanged | Fired when the value of a property has changed. |
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. |