Table of Contents

Class AreaInfoViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll
public class AreaInfoViewModel : ViewModelBase
Inheritance
AreaInfoViewModel
Inherited Members

Constructors

AreaInfoViewModel()

public AreaInfoViewModel()

Properties

CreatedDate

Gets or sets the created date.
public DateTime CreatedDate { get; set; }

Property Value

DateTime
The created date.

Domains

Gets or sets the list of domains registered for this area
public IList<string> Domains { get; set; }

Property Value

IList<string>

EcomCountryCode

Default country used when browsing the website (used for VAT calculation)
public string EcomCountryCode { get; set; }

Property Value

string

EcomCurrencyCode

Default currency used when browsing the website
public string EcomCurrencyCode { get; set; }

Property Value

string

EcomLanguageId

Default language used when browsing the website
public string EcomLanguageId { get; set; }

Property Value

string

EcomPricesWithVat

Default setting for if prices should be shown with or without VAT
public bool EcomPricesWithVat { get; set; }

Property Value

bool

EcomShopId

Default shop id used when browsing the website
public string EcomShopId { get; set; }

Property Value

string

ID

Gets or sets the identifier.
public int ID { get; set; }

Property Value

int
The identifier.

Item

Gets or sets the item.
public ItemViewModel Item { get; set; }

Property Value

ItemViewModel
The item.

Languages

Gets or sets the languages.
public IList<AreaLanguageViewModel> Languages { get; set; }

Property Value

IList<AreaLanguageViewModel>
The languages.

Name

Gets or sets the name.
public string Name { get; set; }

Property Value

string
The name.

PrimaryDomain

Gets or sets the primary domain registered for this area
public string PrimaryDomain { get; set; }

Property Value

string

UpdatedDate

Gets or sets the updated date.
public DateTime UpdatedDate { get; set; }

Property Value

DateTime
The updated date.
To top