Click or drag to resize
ProviderInterfaceAttribute Class
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.DataEngineProviderInterfaceAttribute

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public sealed class ProviderInterfaceAttribute : Attribute

The ProviderInterfaceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodProviderInterfaceAttribute
Initializes a new instance of the ProviderInterfaceAttribute class using the providerInterface given.
Top
Properties
  NameDescription
Public propertyProviderInterface
Gets the provider interface to be associated with provider implementation.
Top
Remarks
See Also