IContextManager.SetContext(CustomerEntity) Method

Definition

Sets the context.

public:
 Microsoft::Uii::Csr::Context ^ SetContext(Microsoft::Uii::Desktop::Core::CustomerEntity ^ customer);
public Microsoft.Uii.Csr.Context SetContext (Microsoft.Uii.Desktop.Core.CustomerEntity customer);
abstract member SetContext : Microsoft.Uii.Desktop.Core.CustomerEntity -> Microsoft.Uii.Csr.Context
Public Function SetContext (customer As CustomerEntity) As Context

Parameters

customer
CustomerEntity

Specifies the customer record.

Returns

Populated Context Object

Applies to