Click or drag to resize
EntityModel Class
Represents a model of SalesForce entities.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceEntityModel

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public sealed class EntityModel : ISerializable

The EntityModel type exposes the following members.

Properties
  NameDescription
Public propertyAttributeModels
Gets the collection of attribute models.
Public propertyName
Gets the name of this entity model.
Top
Methods
  NameDescription
Public methodCreateEntity
Creates a new instance of SalesForce entity using this model, and returns it.
Public methodGetAttributeModel
Searches for an attribute model with the specified name, and returns it.
Public methodGetObjectData
This method supports the .NET Framework serialization process.
Top
See Also