UserToolItem Class

Definition of an individual user tool.

Definition

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

Constructors

UserToolItemInitializes a new instance of the UserToolItem class

Properties

Properties Get a reference to the collection of properties defining this tool.
ToolId Get/Set the globally unique tool ID.
ToolName Get/Set the user's name for the tool.
ToolType Get/Set the name of the base tool definition upon which this tool is based.

Methods

Clone Create a deep clone of the caller's item and return it.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Return the string representation of this item.
(Overrides ObjectToString)

Fields

mProperties Private member for Properties.
mToolId Private member for ToolId.
mToolName Private member for ToolName.
mToolType Private member for ToolType.

See Also