Table of Contents

Class AddressField

Namespace
Dynamicweb.Security.UserManagement.AddressValidation
Assembly
Dynamicweb.Security.dll
The class AddressField represents info about address field for the validation.
public class AddressField
Inheritance
AddressField
Inherited Members

Properties

FieldType

The type of field.
public AddressFieldType FieldType { get; set; }

Property Value

AddressFieldType

NewValue

The value that will be provided as suggestion for the field if not valid.
public string NewValue { get; set; }

Property Value

string

OldValue

The current value of the field.
public string OldValue { get; set; }

Property Value

string
To top