| IInfoProviderFakeTInfo, TProvider Interface |
Namespace: CMS.DataEngine
public interface IInfoProviderFake<TInfo, out TProvider> where TInfo : new(), AbstractInfoBase<TInfo>, IInfo where TProvider : BaseAbstractInfoProvider
The IInfoProviderFakeTInfo, TProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ProviderObject |
Faked provider object
| |
| SourceData |
Source data for the provider
|
| Name | Description | |
|---|---|---|
| IncludeData |
Includes the given data to the source items while keeping the existing data intact
| |
| Reset |
Resets the fake
| |
| WithData |
Fakes the data for the given provider. Resets any previous data and only includes the given source items.
| |
| WithOriginalSourceName |
Ensures that the original data source name is used for the faked data
|