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

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

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 methodSetAsTestProvider
Sets the provider object as the provider for test.
Top
See Also