Click or drag to resize
EntityAttributeModel Class
Represents a model of a Facebook API entity attribute.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityAttributeModel

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

The EntityAttributeModel type exposes the following members.

Properties
  NameDescription
Public propertyAttributeValueConverterType
Gets the type of the entity attribute value converter.
Public propertyDescription
Gets the attribute description.
Public propertyDisplayName
Gets the attribute display name.
Public propertyFacebookPermissionScopeName
Gets the name of a permission scope required by external application to obtain a value of this attribute.
Public propertyName
Gets the attribute name.
Top
See Also