Click or drag to resize
Entity Constructor
Initializes a new instance of the Entity class using the specified model.

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

Parameters

entityModel
Type: CMS.SalesForceEntityModel
The entity model.
See Also