Click or drag to resize
IContactDemographicsDataRetrieverFactory Interface
Provides methods for registering and retrieving implementations of IContactDemographicsDataRetriever.

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
public interface IContactDemographicsDataRetrieverFactory

The IContactDemographicsDataRetrieverFactory type exposes the following members.

Methods
  NameDescription
Public methodGet
Gets implementation of IContactDemographicsDataRetriever previously registered under given identifier.
Public methodRegister
Registers given contactDemographicsDataRetriever under the given identifier.
Top
See Also