Click or drag to resize
EntityMapper<TEntity, TInfo> Class
Provides mapping of Facebook API entities to CMS objects.
Inheritance Hierarchy
System.Object
  CMS.MembershipProvider.Facebook.EntityMapper<TEntity, TInfo>

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public sealed class EntityMapper<TEntity, TInfo> : 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 EntityMapper< TEntity, TInfo> type exposes the following members.

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