Click or drag to resize
EntityMapperTEntity, TInfo Class
Provides mapping of Facebook API entities to CMS objects.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityMapperTEntity, 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 EntityMapperTEntity, TInfo type exposes the following members.

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