Table of Contents

Class AccountStatusInfoProvider

Namespace
CMS.ContactManagement
Assembly
CMS.ContactManagement.dll

Class providing AccountStatusInfo management.

[ProviderInterface(typeof(IAccountStatusInfoProvider))]
[Obsolete("Use CMS.DataEngine.IInfoProvider<AccountStatusInfo> 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<AccountStatusInfo>.Instance property. When faking metadata in CMS.Tests.UnitTests using Fake() use the obsolete provider class until fully removed.")]
[ObsoleteSince(30, 0)]
public class AccountStatusInfoProvider : AbstractInfoProvider<AccountStatusInfo, AccountStatusInfoProvider>, IInfoProvider, ICustomizableProvider, IBulkOperationProvider, IWebFarmProvider, IInfoValidator<AccountStatusInfo>, IInfoByGuidProvider<AccountStatusInfo>, IBulkInfoProvider<AccountStatusInfo>, IAccountStatusInfoProvider, IInfoProvider<AccountStatusInfo>, IInfoByIdProvider<AccountStatusInfo>, IInfoByNameProvider<AccountStatusInfo>
Inheritance
object
AccountStatusInfoProvider
Implements
Inherited Members
Extension Methods

Constructors

AccountStatusInfoProvider()

Constructor using ID and codename Hashtables.

public AccountStatusInfoProvider()