IEntityMapperTEntity, TInfo Interface |
Provides mapping of Facebook API entities to CMS objects.
Namespace: CMS.SocialMedia.FacebookAssembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax 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
| Name | Description |
---|
| Map |
Updates CMS object with data from Facebook API entity.
|
TopSee Also