Table of Contents

Class EmailStatisticsInfoProvider

Namespace
CMS.EmailLibrary
Assembly
CMS.EmailMarketing.dll

Class providing EmailStatisticsInfo management.

[ProviderInterface(typeof(IEmailStatisticsInfoProvider))]
[Obsolete("Use CMS.DataEngine.IInfoProvider<EmailStatisticsInfo> instead. Use CMS.DataEngine.InfoProviderExtensions for additional methods for individual objects retrieval. To get an instance of the interface's implementation use dependency injection or access the instance directly via the CMS.DataEngine.Provider<EmailStatisticsInfo>.Instance property. When faking metadata in CMS.Tests.UnitTests using Fake() use the obsolete provider class until fully removed.")]
[ObsoleteSince(29, 4)]
public class EmailStatisticsInfoProvider : AbstractInfoProvider<EmailStatisticsInfo, EmailStatisticsInfoProvider>, IInfoProvider, ICustomizableProvider, IBulkOperationProvider, IWebFarmProvider, IInfoValidator<EmailStatisticsInfo>, IInfoByGuidProvider<EmailStatisticsInfo>, IInfoByNameProvider<EmailStatisticsInfo>, IBulkInfoProvider<EmailStatisticsInfo>, IEmailStatisticsInfoProvider, IInfoProvider<EmailStatisticsInfo>, IInfoByIdProvider<EmailStatisticsInfo>
Inheritance
object
EmailStatisticsInfoProvider
Implements
Inherited Members
Extension Methods

Constructors

EmailStatisticsInfoProvider()

Initializes a new instance of the EmailStatisticsInfoProvider class.

public EmailStatisticsInfoProvider()