Class ReportingContextResolver
Inheritance
System.Object
ReportingContextResolver
Implements
EPiServer.Shell.Rest.IUriContextResolver
Namespace: EPiServer.Commerce.Shell.Rest
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0Syntax
public class ReportingContextResolver : Object, 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