IPluginFactory Interface |
Namespace: Atomia.Billing.Core.Sdk.Plugins
The IPluginFactory type exposes the following members.
Name | Description | |
---|---|---|
GetInstanceT(String) |
Gets the instance.
| |
GetInstanceT(String, Object) |
Gets the instance.
| |
GetInstancesT |
Gets the plugins of specified type.
| |
GetPluginByNameT(String, IAtomiaBillingApi) |
Gets the plugin instance by plugin name.
| |
GetPluginByNameT(String, IAtomiaBillingApi, Object) |
Gets the plugin instance by plugin name.
| |
LoadPluginT |
Load plugin. If already exist it will be reloaded
| |
LoadPlugins |
Load all enabled plugins
| |
RemovePlugin |
remove plugin from cache and dispose its events
|