Show / Hide Table of Contents

Class ListItem

Inheritance
System.Object
ListItem
Namespace: BennyKok.RuntimeDebug.Data
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
public class ListItem

Constructors

ListItem()

Declaration
public ListItem()

ListItem(BaseDebugAction)

Declaration
public ListItem(BaseDebugAction actionTrigger)
Parameters
Type Name Description
BaseDebugAction actionTrigger

Fields

actionTrigger

Declaration
public BaseDebugAction actionTrigger
Field Value
Type Description
BaseDebugAction

children

Declaration
public List<ListItem> children
Field Value
Type Description
System.Collections.Generic.List<ListItem>

fullPath

Declaration
public string fullPath
Field Value
Type Description
System.String

groupName

Declaration
public string groupName
Field Value
Type Description
System.String

uiList

Declaration
public ListView uiList
Field Value
Type Description
ListView

view

Declaration
public ListItemView view
Field Value
Type Description
ListItemView

Properties

IsGroup

Declaration
public bool IsGroup { get; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok