Interface IItemInfo
An interface for item info.
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Lists.dll
Syntax
public interface IItemInfo
Properties
View SourceDisplayName
Gets the display name.
Declaration
string? DisplayName { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the name.
Declaration
string? Name { get; }
Property Value
Type | Description |
---|---|
string |