CutProfileItem Class

Individual cut profile entry.

Definition

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

Constructors

CutProfileItem Create a new instance of the CutProfileItem Item.
CutProfileItem(PatternTemplateItem) Create a new instance of the CutProfileItem Item.

Properties

DisplayFormat Get/Set the custom display format to use when preparing the string information for this item.
(Inherited from PatternTemplateItem)
EndLocation Get/Set a reference to the end location of the router for this cut.
IconFileData Get/Set the Base64 DataURL file data of the icon to load for the specified pattern.
(Inherited from PatternTemplateItem)
IconFilename Get/Set the filename of the icon to load for the specified pattern.
(Inherited from PatternTemplateItem)
Operations Get a reference to the collection of operations defined for this pattern.
(Inherited from PatternTemplateItem)
PatternTemplateId Get/Set the globally unique ID of this pattern template.
(Inherited from PatternTemplateItem)
Remarks Get a reference to the list of line continuation remarks used to describe this template.
(Inherited from PatternTemplateItem)
SharedVariables Get a reference to a list of variable names in this operation that are shared for the entire pattern.
(Inherited from PatternTemplateItem)
StartLocation Get/Set a reference to the start location of the router for this cut.
TemplateName Get/Set the name of this template.
(Inherited from PatternTemplateItem)

Methods

Clone Return a deep clone of the provided cut profile item.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
mEndLocation_CoordinateChanged A coordinate has changed on the End Location.
mStartLocation_CoordinateChanged A coordinate has changed on the Start Location.
OnCollectionChanged Raises the PropertyChanged event when the contents of a member collection have changed.
(Inherited from ChangeObjectItem)
OnPropertyChanged Raises the PropertyChanged event when the value of a property has changed.
(Inherited from ChangeObjectItem)
ShouldSerializeDisplayFormat Return a value indicating whether the DisplayFormat property will be serialized.
(Inherited from PatternTemplateItem)
ShouldSerializeIconFileData Return a value indicating whether the IconFileData property will be serialized.
(Inherited from PatternTemplateItem)
ShouldSerializeIconFilename Return a value indicating whether the IconFilename property will be serialized.
(Inherited from PatternTemplateItem)
ShouldSerializeOperations Return a value indicating whether the Operations property will be serialized.
(Inherited from PatternTemplateItem)
ShouldSerializePatternTemplateId Return a value indicating whether the PatternTemplateId property will be serialized.
(Inherited from PatternTemplateItem)
ShouldSerializeRemarks Return a value indicating whether the Remarks property will be serialized.
(Inherited from PatternTemplateItem)
ShouldSerializeSharedVariables Return a value indicating whether the SharedVariables property will be serialized.
(Inherited from PatternTemplateItem)
ShouldSerializeTemplateName Return a value indicating whether the TemplateName property will be serialized.
(Inherited from PatternTemplateItem)
ToString
(Inherited from Object)
TransferValues Transfer the member values of the source item to the members of the target.

Events

PropertyChanged Raised when the value of a property has changed.
(Inherited from ChangeObjectItem)

Fields

mEndLocation Internal EndLocation member EndLocation
mStartLocation Internal StartLocation member StartLocation.

See Also