PFPluginInstancePattern Enumeration |
Namespace: Packflow.Plugins
[DataContractAttribute] [FlagsAttribute] public enum PFPluginInstancePattern
| Member name | Value | Description | |
|---|---|---|---|
| Singleton | 0 | A single instance of the plugin, to be activated. | |
| Instances | 1 | The plugin can be instantiated multiple times. |