[This is preliminary documentation and is subject to change.]
The EntityManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EntityManager |
Initializes a new instance of the EntityManager class.
|
Methods
| Name | Description | |
|---|---|---|
| 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.
| |
| GetEntities | Overloaded. | |
| 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
| Name | Description | |
|---|---|---|
| _entityName |
Name of the entity for which the EntityManager is created.
|
