Class UriSegmentConflictAnalyzer
Queries the database to get any existing conflicts in uri segments.
Inheritance
System.Object
UriSegmentConflictAnalyzer
Namespace: Mediachase.Commerce.Catalog.Internal
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class UriSegmentConflictAnalyzer : Object
Constructors
UriSegmentConflictAnalyzer(IConnectionStringHandler)
Creates a new instance of the UriSegmentConflictAnalyzer class.
Declaration
public UriSegmentConflictAnalyzer(IConnectionStringHandler connectionHandler)
Parameters
Type | Name | Description |
---|---|---|
IConnectionStringHandler | connectionHandler | The connection string handler. |
Methods
GetConflicts()
Gets any existing conflics as UriSegmentConflict items.
Declaration
public IEnumerable<UriSegmentConflict> GetConflicts()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<UriSegmentConflict> | The conflicts. |