Click or drag to resize
IEntityAttributeValueConverterFactory Interface
Creates entity attribute value converters corresponding to entity attribute models.

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public interface IEntityAttributeValueConverterFactory

The IEntityAttributeValueConverterFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateConverter
Creates an entity attribute value converter that corresponds to the specified entity attribute model.
Top
See Also