Use this to make custom configuration of an IIOProvider implementation.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public class IOProviderData : NameTypeManagerTypeConfigurationElement
Visual Basic
Public Class IOProviderData _
	Inherits NameTypeManagerTypeConfigurationElement
Visual C++
public ref class IOProviderData : public NameTypeManagerTypeConfigurationElement

Inheritance Hierarchy

System..::..Object
  System.Configuration..::..ConfigurationElement
    NamedConfigurationElement
      NameTypeManagerTypeConfigurationElement
        Composite.Core.IO.Plugins.IOProvider..::..IOProviderData
          Composite.Core.IO.Plugins.IOProvider..::..NonConfigurableIOProvider

See Also