Class DashboardViewModel
Inheritance
System.Object
DashboardViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.UI.Models
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7Syntax
[CompositeView]
public class DashboardViewModel : ICompositeView, IRoutable
Constructors
DashboardViewModel(LocalizationService)
Declaration
public DashboardViewModel(LocalizationService localizationService)
Parameters
| Type | Name | Description |
|---|---|---|
| LocalizationService | localizationService |
Properties
DefaultContext
Declaration
public string DefaultContext { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RootContainer
Declaration
public IContainer RootContainer { get; }
Property Value
| Type | Description |
|---|---|
| IContainer |
RouteSegment
Declaration
public string RouteSegment { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
CreateView()
Declaration
public ICompositeView CreateView()
Returns
| Type | Description |
|---|---|
| ICompositeView |