Class OnlineAppRequestInfo
Default implementation of IOnlineAppRequestInfo, propagating the context into derived scops.
Implements
Namespace: SuperOffice.WebApi
Assembly: SoCore.dll
Syntax
public class OnlineAppRequestInfo : Object, IOnlineAppRequestInfo
Constructors
OnlineAppRequestInfo()
Default implementation of IOnlineAppRequestInfo, propagating the context into derived scops.
Declaration
public OnlineAppRequestInfo()
Properties
ContextIdentifier
Default implementation of IOnlineAppRequestInfo, propagating the context into derived scops.
Declaration
public string ContextIdentifier { get; set; }
Property Value
Type | Description |
---|---|
String |
IsOnlineAppRequest
Is the request called by an online partner app
Declaration
public bool IsOnlineAppRequest { get; }
Property Value
Type | Description |
---|---|
Boolean |
PartnerAppRequestInfo
Information about the request if it is made by an online app
Declaration
public PartnerAppRequestInfo PartnerAppRequestInfo { get; }
Property Value
Type | Description |
---|---|
PartnerAppRequestInfo |
Methods
InitializeOnlineAppRequest(PartnerAppRequestInfo)
Initialize the current scope with information about a oline app request
Declaration
public void InitializeOnlineAppRequest(PartnerAppRequestInfo partnerAppRequestInfo)
Parameters
Type | Name | Description |
---|---|---|
PartnerAppRequestInfo | partnerAppRequestInfo | Information about a oline app request |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)