Click or drag to resize

PFPluginInstancePattern Enumeration

Describes the kind of instance are expected for a given plugin.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataContractAttribute]
[FlagsAttribute]
public enum PFPluginInstancePattern
Members
  Member nameValueDescription
Singleton0 A single instance of the plugin, to be activated.
Instances1 The plugin can be instantiated multiple times.
See Also