Table of Contents

Class ValidationGroupInfo

Namespace
Dynamicweb.Ecommerce.Cart
Assembly
Dynamicweb.Ecommerce.dll

ValidationGroupInfo class.

public sealed class ValidationGroupInfo
Inheritance
ValidationGroupInfo
Inherited Members

Properties

DoNotValidateIfAllFieldsAreEmpty

Do not validate if all fields are empty

public bool DoNotValidateIfAllFieldsAreEmpty { get; set; }

Property Value

bool

Fields

The fields

public List<ValidationInfo> Fields { get; set; }

Property Value

List<ValidationInfo>

Id

The identifier

public string Id { get; set; }

Property Value

string

Name

The name

public string Name { get; set; }

Property Value

string
To top