Click or drag to resize
EntityMapping Class
Represents a mapping between a CMS object and a Facebook API entity.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityMapping

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

The EntityMapping type exposes the following members.

Constructors
  NameDescription
Public methodEntityMapping
Initializes a new instance of the EntityMapping class.
Top
Properties
  NameDescription
Public propertyHasItems
Gets a value that indicates whether this mapping contains items.
Public propertyItems
Gets the array of entity mapping items.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified entity mapping item to this mapping.
Public methodGetFacebookPermissionScopeNames
Retrieves a collection of Facebook permission scope names required to obtain required values of Facebook API object, and returns it.
Public methodGetFromScope
Creates a new entity mapping for the specified scope, and returns it.
Top
See Also