Class Report
- Namespace
- Dynamicweb.Ecommerce.Orders.Validation
- Assembly
- Dynamicweb.Ecommerce.dll
The class Report represents validation report.
- Inheritance
-
Report
- Implements
- Inherited Members
- Extension Methods
Constructors
Report(int)
Initializes a new instance of the Report class.
Parameters
stepNum
intThe number of validation step.
Properties
StepNum
Gets the number of validation step.
Property Value
Methods
Add(ValidationField, string)
Adds new Validation
Parameters
validationField
ValidationField The validation field.
errorMsg
stringThe error message.
Count()
Counts the report validation errors.
Returns
GetEnumerator()
Gets the IEnumerator of the report validation error collection.
Returns
GetEnumerator1()
Gets the IEnumerator of the report validation error collection.
Returns
Item(int)
Gets validation error by the index.
Parameters
index
intThe index.