Show / Hide Table of Contents

Class OnlineAppRequestInfo

Default implementation of IOnlineAppRequestInfo, propagating the context into derived scops.

Inheritance
object
OnlineAppRequestInfo
Implements
IOnlineAppRequestInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeWebApi
Assembly: SoCore.dll
Syntax
public class OnlineAppRequestInfo : IOnlineAppRequestInfo

Constructors

OnlineAppRequestInfo()

Declaration
public OnlineAppRequestInfo()

Properties

ContextIdentifier

ContextIdentifier

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
bool

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

IOnlineAppRequestInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top