ContextService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |