Table of Contents

Class ValidationInfo

Namespace
Dynamicweb.Ecommerce.Cart
Assembly
Dynamicweb.Ecommerce.dll
ValidationInfo class.
public class ValidationInfo
Inheritance
ValidationInfo
Inherited Members

Fields

ErrorMessage

The error message
public string ErrorMessage

Field Value

string

Id

The identifier
public string Id

Field Value

string

IsChecked

The is checked
public bool IsChecked

Field Value

bool

NiceName

The nice name
public string NiceName

Field Value

string

Rules

The rules
public List<string> Rules

Field Value

List<string>
To top