Show / Hide Table of Contents

Class TabDto

Inheritance
object
TabDto
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Dnn.PersonaBar.Library.DTO.Tabs
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public class TabDto

Constructors

TabDto()

Initializes a new instance of the TabDto class.

Declaration
public TabDto()

Properties

CheckedState

Declaration
public NodeCheckedState CheckedState { get; set; }
Property Value
Type Description
NodeCheckedState

ChildTabs

Declaration
public IList<TabDto> ChildTabs { get; set; }
Property Value
Type Description
IList<TabDto>

HasChildren

Declaration
public bool HasChildren { get; set; }
Property Value
Type Description
bool

ImageUrl

Declaration
public string ImageUrl { get; set; }
Property Value
Type Description
string

IsOpen

Declaration
public bool IsOpen { get; set; }
Property Value
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ParentTabId

Declaration
public int ParentTabId { get; set; }
Property Value
Type Description
int

Selectable

Declaration
public bool Selectable { get; set; }
Property Value
Type Description
bool

TabId

Declaration
public string TabId { get; set; }
Property Value
Type Description
string

Tooltip

Declaration
public string Tooltip { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS