IInfoProviderFakeTInfo, TProvider Interface |
Namespace: CMS.DataEngine
public interface IInfoProviderFake<TInfo, TProvider> where TInfo : new(), AbstractInfo<TInfo>, IInfo where TProvider : new(), AbstractInfoProvider<TInfo, TProvider>
The IInfoProviderFakeTInfo, TProvider type exposes the following members.
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
|