Click or drag to resize
ProviderInterfaceAttribute Constructor
Initializes a new instance of the ProviderInterfaceAttribute class using the providerInterface given.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public ProviderInterfaceAttribute(
	Type providerInterface
)

Parameters

providerInterface
Type: SystemType
Provider interface to be associated with provider implementation.
See Also