[This is preliminary documentation and is subject to change.]

The EntityManager type exposes the following members.

Constructors

  NameDescription
EntityManager
Initializes a new instance of the EntityManager class.

Methods

  NameDescription
AssignEntity
Assigns the entity to another user.
AssociateEntities
Adds a link between two entity instances in a many-to-many relationship.
CreateEntity
Creates an entity.
DeleteEntity
Deletes the entity.
DisassociateEntities
Removes a link between two entity instances in a many to many relationship.
EntityExists
Checks if an entity with the specified entity id exists locally.
Execute
Executes the specified Request on the CRM service.
GetEntitiesOverloaded.
GetEntitiesResultSet
Retrieves a scrollable SqlCeResultSet based on the provided query.
GetEntity
Gets the entity specified by the entityId as a DynamicEntity.
GetPrincipalAccessRights
Gets the principal access rights for the specified entity.
GetReferencedEntityPrimaryField
Retrieves the value of the Primary Field of the referenced Entity.
IsEntityDeleted
Checks if an entity with the specified entity id is deleted locally
SetStateEntity
Sets the state of the entity.
UpdateEntity
Updates the entity.

Fields

  NameDescription
_entityName
Name of the entity for which the EntityManager is created.

See Also