ToolTypeDefinitionItem Class

An individual tool type definition.

Definition

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

Constructors

ToolTypeDefinitionItemInitializes a new instance of the ToolTypeDefinitionItem class

Properties

Groups Get a reference to a list of names of conceptual groups to which this tool belongs.
PublishedProperties Get a reference to the list of property names published for this type of tool.
Supported Get/Set a value indicating whether this tool type is currently supported.
ToolType Get/Set the name of the tool type.

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

mGroups Private member for Groups.
mPublishedProperties Private member for PublishedProperties.
mSupported Private member for Supported.
mToolType Private member for ToolType.

See Also