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
Fields
The fields
public List<ValidationInfo> Fields { get; set; }
Property Value
Id
The identifier
public string Id { get; set; }
Property Value
Name
The name
public string Name { get; set; }