Class SaveThirdPartyLicensesCommandHandler
- Namespace
- Loehnert.Lisrt.ThirdPartyLicenses.Commands
- Assembly
- Loehnert.Lisrt.dll
Represents the command handler for SaveThirdPartyLicensesCommandDefinition.
[CommandHandler]
public class SaveThirdPartyLicensesCommandHandler : CommandHandlerBase<SaveThirdPartyLicensesCommandDefinition>, ICommandHandler<SaveThirdPartyLicensesCommandDefinition>, ICommandHandler
- Inheritance
-
SaveThirdPartyLicensesCommandHandler
- Implements
- Inherited Members
Methods
Run(Command)
Runs the command.
public override Task Run(Command command)
Parameters
command
CommandCommand, not used.
Returns
Update(Command)
Updates the command
.
public override void Update(Command command)
Parameters
command
CommandCommand to update.