Click or drag to resize
ITestableProvider Interface
Adds testing support to info provider.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public interface ITestableProvider : ICustomizableProvider

The ITestableProvider type exposes the following members.

Properties
  NameDescription
Public propertyDataSource
Data source for the provider
Top
Methods
  NameDescription
Public methodGetCurrentProvider
Gets the current provider instance
Public methodResetToDefault
Resets the provider to default implementation.
Public methodSetAsDefaultProvider
Sets the provider object as a default provider
(Inherited from ICustomizableProvider.)
Top
See Also