Class AreaViewModel
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
AreaViewModel represents the rendering context used when an area is rendered.
public class AreaViewModel : ViewModelBase
- Inheritance
-
AreaViewModel
- Inherited Members
Constructors
AreaViewModel()
Initializes a new instance of the AreaViewModel class.
public AreaViewModel()
- See Also
Properties
CartPage
Gets or sets the cart page.
public PageReferenceViewModel CartPage { get; set; }
Property Value
- PageReferenceViewModel
- The cart page.
- See Also
CreatedDate
Gets or sets the created date.
public DateTime CreatedDate { get; set; }
Property Value
- DateTime
- The created date.
- See Also
DateFormat
Gets or sets the date format.
public string DateFormat { get; set; }
Property Value
- string
- The date format.
- See Also
FirstActivePage
Gets or sets the first active page.
public PageReferenceViewModel FirstActivePage { get; set; }
Property Value
- PageReferenceViewModel
- The first active page.
- See Also
FirstPage
Gets or sets the first page.
public PageReferenceViewModel FirstPage { get; set; }
Property Value
- PageReferenceViewModel
- The first page.
- See Also
ID
Gets or sets the identifier.
public int ID { get; set; }
Property Value
- int
- The identifier.
- See Also
Item
Gets or sets the item.
public ItemViewModel Item { get; set; }
Property Value
- ItemViewModel
- The item.
- See Also
ItemId
Gets or sets the item identifier.
public string ItemId { get; set; }
Property Value
- string
- The item identifier.
- See Also
ItemType
Gets or sets the type of the item.
public string ItemType { get; set; }
Property Value
- string
- The type of the item.
- See Also
Languages
Gets or sets the languages.
public IList<AreaLanguageViewModel> Languages { get; set; }
Property Value
- IList<AreaLanguageViewModel>
- The languages.
- See Also
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
- string
- The name.
- See Also
SearchPage
Gets or sets the search page.
public PageReferenceViewModel SearchPage { get; set; }
Property Value
- PageReferenceViewModel
- The search page.
- See Also
UpdatedDate
Gets or sets the updated date.
public DateTime UpdatedDate { get; set; }
Property Value
- DateTime
- The updated date.
- See Also