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

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

Parameters

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