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
EcomCountryCode
Default country used when browsing the website (used for VAT calculation)
public string EcomCountryCode { get; set; }
Property Value
EcomCurrencyCode
Default currency used when browsing the website
public string EcomCurrencyCode { get; set; }
Property Value
EcomLanguageId
Default language used when browsing the website
public string EcomLanguageId { get; set; }
Property Value
EcomPricesWithVat
Default setting for if prices should be shown with or without VAT
public bool EcomPricesWithVat { get; set; }
Property Value
EcomShopId
Default shop id used when browsing the website
public string EcomShopId { get; set; }
Property Value
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
UpdatedDate
Gets or sets the updated date.
public DateTime UpdatedDate { get; set; }
Property Value
- DateTime
- The updated date.