Table of Contents

Class EntityMenu

Namespace
NetCord
Assembly
NetCord.dll
public abstract class EntityMenu : Menu, IComponent, IJsonModel<JsonComponent>
Inheritance
EntityMenu
Implements
Derived
Inherited Members

Constructors

EntityMenu(JsonComponent, IReadOnlyList<ulong>, int)

protected EntityMenu(JsonComponent jsonModel, IReadOnlyList<ulong> defaultValues, int parentId)

Parameters

jsonModel JsonComponent
defaultValues IReadOnlyList<ulong>
parentId int

EntityMenu(JsonComponent, int)

public EntityMenu(JsonComponent jsonModel, int parentId)

Parameters

jsonModel JsonComponent
parentId int

Properties

DefaultValues

public IReadOnlyList<ulong> DefaultValues { get; }

Property Value

IReadOnlyList<ulong>