Compartir a través de


ContextService Class

Definition

Represents the AIF service to handle CRUD operations on context entity.

public ref class ContextService : Microsoft::Uii::AifServices::AifServiceBase, Microsoft::Uii::AifServices::IContextService
public class ContextService : Microsoft.Uii.AifServices.AifServiceBase, Microsoft.Uii.AifServices.IContextService
type ContextService = class
    inherit AifServiceBase
    interface IContextService
Public Class ContextService
Inherits AifServiceBase
Implements IContextService
Inheritance
ContextService
Implements

Constructors

ContextService()

Initializes a new instance of the ContextService class.

Properties

CrmServiceClient

Gets the Crm Service Client Instance.

(Inherited from AifServiceBase)
OrganizationServiceProxy
Obsolete.

Gets the organization service proxy.

(Inherited from AifServiceBase)

Methods

CreateContext(String)

Creates the context.

GetContext(Guid)

Gets the context.

SetContext(Guid, String)

Sets the context.

Applies to