PlaceholderCommandProviderT Class

A generic implementation of IPlaceholderCommandProvider.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public sealed class PlaceholderCommandProvider<T> : IPlaceholderCommandProvider
where T : new(), PlaceholderCommandHandler
Inheritance
Object    PlaceholderCommandProviderT
Implements
IPlaceholderCommandProvider

Type Parameters

T
The command handler type to provide.

Constructors

Properties

Command The name of the command this object provides a handler for.
DisplayName  

Methods

GetHandler Gets a handler for the command.

See Also