Click or drag to resize
EntityAttributeValueConverterBase Class
Converts values of entity attributes to values compatible with form fields.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityAttributeValueConverterBase
    More...

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public abstract class EntityAttributeValueConverterBase

The EntityAttributeValueConverterBase type exposes the following members.

Constructors
  NameDescription
Public methodEntityAttributeValueConverterBase
Initializes a new instance of the EntityAttributeValueConverterBase.
Top
Fields
  NameDescription
Protected fieldmAttributeModel
The model of an entity attribute.
Top
Methods
  NameDescription
Public methodGetFormFieldValue
Computes a value compatible with the specified form field, and returns it.
Protected methodGetValueT
Gets the attribute value of the specified entity regardless of value nullability, and returns it.
Public methodIsCompatibleWithFormField
Determines whether this converter is compatible with the specified form field.
Top
See Also
Inheritance Hierarchy