| EntityModel Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.SalesForce
 Syntax
Syntax[SerializableAttribute] public sealed class EntityModel : ISerializable
The EntityModel type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AttributeModels | 
            Gets the collection of attribute models.
             | 
|  | Name | 
            Gets the name of this entity model.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateEntity | 
            Creates a new instance of SalesForce entity using this model, and returns it.
             | 
|  | GetAttributeModel | 
            Searches for an attribute model with the specified name, and returns it.
             | 
|  | GetObjectData | 
            This method supports the .NET Framework serialization process.
             | 
 See Also
See Also