IEntityMapperTEntity, TInfo Interface |
Provides mapping of Facebook API entities to CMS objects.
Namespace: CMS.ExternalAuthentication.FacebookAssembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 12.0.0
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 See Also