Table of Contents

Class AddressFormatEditRow

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents edit address format row information.
public class AddressFormatEditRow
Inheritance
AddressFormatEditRow
Inherited Members

Constructors

AddressFormatEditRow()

Initializes a new instance of the class.
public AddressFormatEditRow()

AddressFormatEditRow(IEnumerable<AddressFormatField>)

Initializes a new instance of the class.
public AddressFormatEditRow(IEnumerable<AddressFormatField> addressFormatFields)

Parameters

addressFormatFields IEnumerable<AddressFormatField>
Fields of address format row

Properties

Fields

Fields of edit address format row.
public List<AddressFormatField> Fields { get; set; }

Property Value

List<AddressFormatField>

IsEmpty

True if edit row doesn't has fields.
public bool IsEmpty { get; }

Property Value

bool
To top