Table of Contents

Struct AddressField

Namespace
Dynamicweb.Ecommerce.Orders.AddressValidation
Assembly
Dynamicweb.Ecommerce.dll

The structure AddressField represents info about address field for the validation.

[Serializable]
public struct AddressField
Inherited Members

Properties

FieldType

The type of field.

public AddressFieldType FieldType { readonly get; set; }

Property Value

AddressFieldType

NewValue

The value that will be provided as suggestion for the field if not valid.

public string NewValue { readonly get; set; }

Property Value

string

OldValue

The current value of the field.

public string OldValue { readonly get; set; }

Property Value

string
To top