OperationActionPropertyEditItem Class

Information about an individual editable operation action property value.

Definition

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

Constructors

OperationActionPropertyEditItemInitializes a new instance of the OperationActionPropertyEditItem class

Properties

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.

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)

Events

PropertyChanged Fired when the value of a property has changed.

Fields

mBaseName Private member for BaseName.
mDataType Private member for DataType.
mDisplayName Private member for DisplayName.
mValue Private member for Value.

See Also