Class SafariCommand
Wraps a command object to give it a unique ID as required by the Safari extension.
public class SafariCommand : Command
- Inheritance
-
SafariCommand
- Inherited Members
Constructors
SafariCommand(Command)
Initializes a new instance of the SafariCommand class.
public SafariCommand(Command command)
Parameters
command
CommandThe Command object used as a base for this SafariCommand.
Properties
Id
Gets the ID of the command.
public string Id { get; }