Click or drag to resize
EntityMappingItem Class
Represents an item of an entity mapping.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityMappingItem

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

The EntityMappingItem type exposes the following members.

Properties
  NameDescription
Public propertyAttributeName
Gets the name of the entity attribute that is the target of this mapping item.
Public propertyFieldName
Gets the name of the form field that is the source of this mapping item.
Top
See Also