Class RemovedTool
Definition of a tool that was removed.
public sealed record RemovedTool : IEquatable<RemovedTool>
- Inheritance
-
RemovedTool
- Implements
- Inherited Members
Constructors
RemovedTool(string, FrameId)
Definition of a tool that was removed.
public RemovedTool(string Name, FrameId FrameId)
Parameters
Properties
FrameId
Frame identifier associated with the tool registration.
public FrameId FrameId { get; init; }
Property Value
Name
Tool name.
public string Name { get; init; }