Table of Contents

Class EcommerceDataHealthProvider

Namespace
Dynamicweb.Ecommerce.HealthProviders
Assembly
Dynamicweb.Ecommerce.dll

Find bad data in Ecommerce tables.

[AddInName("Ecommerce data")]
[AddInIcon(KnownIcon.Stethoscope)]
[AddInUseParameterGrouping(true)]
[AddInUseParameterOrdering(true)]
public class EcommerceDataHealthProvider : HealthProviderBase
Inheritance
EcommerceDataHealthProvider
Inherited Members

Methods

GetCheckList()

Gets list of the supported checks

public override IEnumerable<Check> GetCheckList()

Returns

IEnumerable<Check>

A list of the supported checks

RunCheck(int)

Running a specified check

public override Check RunCheck(int checkId)

Parameters

checkId int

Returns

Check

The check performed and the corresponding results

To top