OperationActionPropertyItem Class

Information that helps to define the use and behavior of properties found in pattern operation.

Definition

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

Constructors

OperationActionPropertyItemInitializes a new instance of the OperationActionPropertyItem class

Properties

DataType Get/Set the data type associated with this property.
ExcludeOperationActions Get a reference to the list of operation actions from which this property name will be excluded.
IncludeOperationActions Get a reference to the list of operation actions into which this property name will be included.
Internal Get/Set a value indicating whether this property is only used for internal processing.
PropertyName Get/Set the name of the operation property.
SortIndex Get/Set the sorting index of this property within user interactions.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mDataType Private member for DataType.
mExcludeOperationActions Private member for ExcludeOperationActions.
mIncludeOperationActions Private member for IncludeOperationActions.
mInternal Private member for Internal.
mPropertyName Private member for PropertyName.
mSortIndex Private member for SortIndex.

See Also