Click or drag to resize
EntityAttributeValueConverterFactory Class
Creates entity attribute value converters corresponding to entity attribute models.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityAttributeValueConverterFactory

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public sealed class EntityAttributeValueConverterFactory : IEntityAttributeValueConverterFactory

The EntityAttributeValueConverterFactory type exposes the following members.

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