Click or drag to resize
Entity Class
Represents a SalesForce object.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceEntity

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class Entity

The Entity type exposes the following members.

Constructors
  NameDescription
Public methodEntity
Initializes a new instance of the Entity class using the specified model.
Top
Properties
  NameDescription
Public propertyAttributes
Gets a collection of entity attributes.
Public propertyId
Gets or sets the entity identifier.
Public propertyItem
Gets or sets the specified attribute value.
Public propertyModel
Gets the entity model.
Top
Methods
See Also