Class AddressValidatorResult
- Assembly
- Dynamicweb.Core.dll
Represents information from address validators.
public class AddressValidatorResult
- Inheritance
-
AddressValidatorResult
- Inherited Members
Properties
AddressFields
Gets or sets the address fields.
public IEnumerable<AddressField> AddressFields { get; set; }
Property Value
ErrorMessage
Gets or sets validation error message.
public string? ErrorMessage { get; set; }
Property Value
IsError
Gets or sets value indicating whether there are any validation errors.
public bool IsError { get; set; }
Property Value
ValidatorId
Gets or sets the validator id.
public int ValidatorId { get; set; }