Show / Hide Table of Contents

Interface IItemInfo

An interface for item info.

Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public interface IItemInfo

Properties

View Source

DisplayName

Gets the display name.

Declaration
string? DisplayName { get; }
Property Value
Type Description
string
View Source

Name

Gets the name.

Declaration
string? Name { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX