With Opticon around the corner, we'll be canceling this month's (Sept) Happy Hour.

Class ReportingContextResolver

Inheritance
System.Object
ReportingContextResolver
Implements
EPiServer.Shell.Rest.IUriContextResolver
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class ReportingContextResolver : IUriContextResolver

Constructors

ReportingContextResolver(IContentRepository, IUrlResolver, IReportingService)

Declaration
public ReportingContextResolver(IContentRepository contentRepository, IUrlResolver urlResolver, IReportingService reportingService)
Parameters
Type Name Description
EPiServer.IContentRepository contentRepository
EPiServer.Web.Routing.IUrlResolver urlResolver
IReportingService reportingService

Properties

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

TryResolveUri(Uri, out ClientContextBase)

Declaration
public bool TryResolveUri(Uri uri, out ClientContextBase instance)
Parameters
Type Name Description
System.Uri uri
EPiServer.Shell.Rest.ClientContextBase instance
Returns
Type Description
System.Boolean

Implements

EPiServer.Shell.Rest.IUriContextResolver