Apache Ignite.NET
Apache.Ignite.Core.Plugin.PluginProviderTypeAttribute Class Reference

When applied to IPluginConfiguration, defines the type of IPluginProvider<T> to instantiate. More...

Inheritance diagram for Apache.Ignite.Core.Plugin.PluginProviderTypeAttribute:

Public Member Functions

 PluginProviderTypeAttribute (Type pluginProviderType)
 Initializes new instance of PluginProviderTypeAttribute class. More...
 

Properties

Type PluginProviderType [get]
 Gets the plugin provider type. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Plugin.PluginProviderTypeAttribute.PluginProviderTypeAttribute ( Type  pluginProviderType)
Parameters
pluginProviderTypeType of the plugin provider.

Property Documentation

Type Apache.Ignite.Core.Plugin.PluginProviderTypeAttribute.PluginProviderType
get