Class ProvisionedPlugin
Inheritance
System.Object
ProvisionedPlugin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Extensibility.Provisioning
Assembly: Snowflake.Framework.dll
Syntax
public abstract class ProvisionedPlugin : IProvisionedPlugin, IPlugin, IDisposable
Constructors
ProvisionedPlugin(IPluginProvision)
Declaration
protected ProvisionedPlugin(IPluginProvision provision)
Parameters
Type | Name | Description |
---|---|---|
IPlugin |
provision |
Properties
Author
Declaration
public string Author { get; }
Property Value
Type | Description |
---|---|
System. |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System. |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |
Provision
Declaration
public IPluginProvision Provision { get; }
Property Value
Type | Description |
---|---|
IPlugin |
Version
Declaration
public Version Version { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System. |
disposing |
GetPluginConfiguration()
Declaration
public virtual IConfigurationSection GetPluginConfiguration()
Returns
Type | Description |
---|---|
IConfiguration |
Implements
System.IDisposable