Click or drag to resize
EntityAttributeValueConverterFactoryCreateConverter Method
Creates an entity attribute value converter that corresponds to the specified entity attribute model.

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public EntityAttributeValueConverterBase CreateConverter(
	EntityAttributeModel attributeModel
)

Parameters

attributeModel
Type: CMS.MembershipProvider.FacebookEntityAttributeModel
The entity attribute model.

Return Value

Type: EntityAttributeValueConverterBase
An entity attribute value converter that corresponds to the specified entity attribute model, if applicable; otherwise, null.

Implements

IEntityAttributeValueConverterFactoryCreateConverter(EntityAttributeModel)
See Also