public class OperationActionPropertyEditItem : INotifyPropertyChanged
Public Class OperationActionPropertyEditItem
Implements INotifyPropertyChanged
No code example is currently available or this language may not be supported.
OperationActionPropertyEditItem | Initializes a new instance of the OperationActionPropertyEditItem class |
BaseName | Get/Set the base property name of this item. |
DataType | Get/Set the data type associated with this property. |
DisplayName | Get/Set the display name of the operation property. |
Value | Get/Set the value of this property. |
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) |
PropertyChanged | Fired when the value of a property has changed. |
mBaseName | Private member for BaseName. |
mDataType | Private member for DataType. |
mDisplayName | Private member for DisplayName. |
mValue | Private member for Value. |