Class TabLayout
Inheritance
System.Object
TabLayout
Implements
System.ICloneable
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.Dashboard
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
[EPiServerDataStore(StoreName = "DashboardTabLayoutStore")]
[Obsolete("The EPiServer 6 Dashboard has been replaced with EPiServer.ViewComposition namespace.")]
public class TabLayout : ICloneable
Constructors
TabLayout()
Declaration
public TabLayout()
TabLayout(String, String, Uri, IEnumerable<LayoutPart>)
Declaration
public TabLayout(string name, string description, Uri iconUrl, IEnumerable<LayoutPart> layouts)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | description | |
System.Uri | iconUrl | |
System.Collections.Generic.IEnumerable<LayoutPart> | layouts |
Properties
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
IconUrl
Declaration
public Uri IconUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Layouts
Declaration
public Collection<LayoutPart> Layouts { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<LayoutPart> |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
Implements
System.ICloneable