Click or drag to resize
EntityBooleanAttributeValueConverter Constructor
Initializes a new instance of the EntityBooleanAttributeValueConverterBase.

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

Parameters

attributeModel
Type: CMS.MembershipProvider.FacebookEntityAttributeModel
The model of an entity attribute.
See Also