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

Initializes a new instance of the CalloutEntityContext class.

Namespace:  CWR.MSCRM.Mobile.Client.BL
Assembly:  CWR.MSCRM.Mobile.Client.Sdk (in CWR.MSCRM.Mobile.Client.Sdk.dll)
Version: 4.0.0.7

Syntax

C#
public CalloutEntityContext(
	Guid entityId,
	string objectTypeName
)
Visual Basic (Declaration)
Public Sub New ( _
	entityId As Guid, _
	objectTypeName As String _
)

Parameters

entityId
Type: System..::.Guid
The entity id.
objectTypeName
Type: System..::.String
Name of the object type.

See Also