Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation