Class UriSegmentConflictAnalyzer

Queries the database to get any existing conflicts in uri segments.

Inheritance
System.Object
UriSegmentConflictAnalyzer
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: Mediachase.Commerce.Catalog.Internal
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
public class UriSegmentConflictAnalyzer

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.