Creates a particular type of interactor.
Namespace:
TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0
Syntax
| C# |
|---|
public abstract class InteractorFactory<InteractorType> where InteractorType : Object |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class InteractorFactory(Of InteractorType As Object) |
Type Parameters
- InteractorType
- The type of the interactors that this factory creates.
Inheritance Hierarchy
System..::.Object
TallComponents.Interaction..::.InteractorFactory<(Of <(InteractorType>)>)
TallComponents.Interaction.WinForms.Factories..::.AnnotationInteractorFactory
TallComponents.Interaction.WinForms.Factories..::.DocumentInteractorFactory
TallComponents.Interaction.WinForms.Factories..::.PageInteractorFactory
TallComponents.Interaction..::.InteractorFactory<(Of <(InteractorType>)>)
TallComponents.Interaction.WinForms.Factories..::.AnnotationInteractorFactory
TallComponents.Interaction.WinForms.Factories..::.DocumentInteractorFactory
TallComponents.Interaction.WinForms.Factories..::.PageInteractorFactory