Class PluginProviderTypeAttribute
When applied to IPluginConfiguration, defines the type of IPluginProvider<TConfig> to instantiate.
Inheritance
System.Object
PluginProviderTypeAttribute
Namespace: Apache.Ignite.Core.Plugin
Assembly: Apache.Ignite.Core.dll
Syntax
public sealed class PluginProviderTypeAttribute : Attribute
Constructors
PluginProviderTypeAttribute(Type)
Initializes new instance of PluginProviderTypeAttribute class.
Declaration
public PluginProviderTypeAttribute(Type pluginProviderType)
Parameters
Type | Name | Description |
---|---|---|
Type | pluginProviderType | Type of the plugin provider. |
Properties
PluginProviderType
Gets the plugin provider type.
Declaration
public Type PluginProviderType { get; }
Property Value
Type | Description |
---|---|
Type |