Table of Contents

Class AddressValidatorResult

Namespace
Dynamicweb.Security.UserManagement.AddressValidation
Assembly
Dynamicweb.Security.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

IEnumerable<AddressField>

ErrorMessage

Gets or sets validation error message.
public string ErrorMessage { get; set; }

Property Value

string

IsError

Gets or sets value indicating whether there are any validation errors.
public bool IsError { get; set; }

Property Value

bool

ValidatorId

Gets or sets the validator id.
public int ValidatorId { get; set; }

Property Value

int
To top