[This is preliminary documentation and is subject to change.]
Specifies a method called after a retrieve operation.
Namespace:
CWR.MSCRM.Mobile.Client.BLAssembly: CWR.MSCRM.Mobile.Client.Sdk (in CWR.MSCRM.Mobile.Client.Sdk.dll)
Version: 4.0.0.7
Syntax
| C# |
|---|
public virtual void PostRetrieve( CalloutEntityContext entityContext, DynamicEntity entity ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub PostRetrieve ( _ entityContext As CalloutEntityContext, _ entity As DynamicEntity _ ) |
Parameters
- entityContext
- Type: CWR.MSCRM.Mobile.Client.BL..::.CalloutEntityContext
Contains information about the entity on which the retrieve operation was performed.
- entity
- Type: DynamicEntity
Dictionary containing the properties of the retrieved entity.
