Table of Contents

Class CheckDetail

Namespace
Dynamicweb.Diagnostics.Health
Assembly
Dynamicweb.Core.dll

The class CheckDetail provides additional information about check, i.e. the id of corrupted product.

public class CheckDetail
Inheritance
CheckDetail
Inherited Members

Properties

Key1

i.e. ProductId, PageId

public string Key1 { get; set; }

Property Value

string

Key2

i.e. VariantId

public string Key2 { get; set; }

Property Value

string

Key3

i.e. LanguageId

public string Key3 { get; set; }

Property Value

string

ObjectType

Table, setting, other things we have checked

public string ObjectType { get; set; }

Property Value

string

Value

The value that is wrong

public string Value { get; set; }

Property Value

string
To top