Click or drag to resize

PlaceholderCommandProviderT Class

A generic implementation of IPlaceholderCommandProvider.
Inheritance Hierarchy
SystemObject
  MFiles.VAF.PlaceholdersPlaceholderCommandProviderT

Namespace:  MFiles.VAF.Placeholders
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
public sealed class PlaceholderCommandProvider<T> : IPlaceholderCommandProvider
where T : new(), PlaceholderCommandHandler

Type Parameters

T
The command handler type to provide.

The PlaceholderCommandProviderT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCommand
The name of the command this object provides a handler for.
Top
Methods
  NameDescription
Public methodGetHandler
Gets a handler for the command.
Top
See Also