Click or drag to resize
EntityMapperTEntity, TInfo Constructor
Initializes a new instance of the EntityMapper class.

Namespace: CMS.SocialMedia.Facebook
Assembly: CMS.SocialMedia (in CMS.SocialMedia.dll) Version: 8.2.23
Syntax
C#
public EntityMapper(
	EntityModel entityModel,
	IFormInfoProvider formInfoProvider,
	IEntityAttributeValueConverterFactory attributeValueConverterFactory,
	IEntityAttributeValueFormatter attributeValueFormatter
)

Parameters

entityModel
Type: CMS.SocialMedia.FacebookEntityModel
The model of Facebook API entity.
formInfoProvider
Type: CMS.SocialMedia.FacebookIFormInfoProvider
The object that provides form info objects suitable for mapping.
attributeValueConverterFactory
Type: CMS.SocialMedia.FacebookIEntityAttributeValueConverterFactory
The object that creates entity attribute value converters.
attributeValueFormatter
Type: CMS.SocialMedia.FacebookIEntityAttributeValueFormatter
The objects that provides formatting of entity attribute values.
See Also