Table of Contents

Class AddressViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

Represents a user address

public class AddressViewModel : ViewModelBase
Inheritance
AddressViewModel
Inherited Members

Properties

Address

Gets or sets address.

public string Address { get; set; }

Property Value

string

Address

Address2

Gets or sets Address2.

public string Address2 { get; set; }

Property Value

string

Address2

City

Gets or sets User Address City.

public string City { get; set; }

Property Value

string

User Address City.

Company

Gets or sets user address Company name.

public string Company { get; set; }

Property Value

string

User address Company Name.

CountryCode

Gets or sets address country code

public string CountryCode { get; set; }

Property Value

string

Email

Gets or sets User Address Email.

public string Email { get; set; }

Property Value

string

User Address Email.

HouseNumber

Gets or sets House Number.

public string HouseNumber { get; set; }

Property Value

string

House Number

Id

The ID identifying this specific address.

public int Id { get; set; }

Property Value

int

IsDefault

Gets or sets User Address Is Default.

public bool IsDefault { get; set; }

Property Value

bool

User Address Is Default.

Mobile

Gets or sets User Address Mobile.

public string Mobile { get; set; }

Property Value

string

User Address Mobile.

Name

Gets or sets user address name.

public string Name { get; set; }

Property Value

string

User address name.

Remarks

Address name like: Home, Business, etc.

Phone

Gets or sets User Address Phone.

public string Phone { get; set; }

Property Value

string

User Address Phone.

State

Gets or sets User Address State.

public string State { get; set; }

Property Value

string

User Address State.

Zip

Gets or sets User Address Zip.

public string Zip { get; set; }

Property Value

string

User Address Zip.

To top