CloningCommandHandlerProvider Class

Provides command handlers by providing a clone of the command handler it was created with.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class CloningCommandHandlerProvider : IPlaceholderCommandProvider
Inheritance
Object    CloningCommandHandlerProvider
Implements
IPlaceholderCommandProvider

Constructors

Properties

Command The name of the command this object returns a handler for.
DisplayName  
Handler The base handler this provider returns clones of.

Methods

GetHandler Gets a handler for the command.

See Also