Click or drag to resize
IEntityMapperTEntity, TInfo Interface
Provides mapping of Facebook API entities to CMS objects.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public interface IEntityMapper<TEntity, TInfo>
where TEntity : class
where TInfo : BaseInfo

Type Parameters

TEntity
The type of Facebook API entity.
TInfo
The type of CMS object.

The IEntityMapperTEntity, TInfo type exposes the following members.

Methods
  NameDescription
Public methodMap
Updates CMS object with data from Facebook API entity.
Top
See Also