Click or drag to resize
EntityModel Class
Represents a model of a Facebook API entity.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityModel

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

The EntityModel type exposes the following members.

Properties
  NameDescription
Public propertyItems
Gets the array of attribute models.
Top
Methods
  NameDescription
Public methodGetAttributeModel
Searches for an attribute model with the specified name, and returns it.
Top
See Also