Class Poke
表示一个基于 REST 的 POKE。
public class Poke : IPoke, IEntity<uint>
- Inheritance
-
Poke
- Implements
- Inherited Members
Properties
Categories
获取此 POKE 的分类。
public IReadOnlyCollection<string> Categories { get; }
Property Value
Cooldown
获取用户使用此 POKE 后的冷却时间。
public TimeSpan Cooldown { get; }
Property Value
Description
获取 POKE 的描述。
public string Description { get; }
Property Value
Icon
获取此 POKE 的图标资源。
public PokeIcon Icon { get; }
Property Value
Id
获取此实体的唯一标识符。
public uint Id { get; }
Property Value
Label
获取此 POKE 的标签。
public PokeLabel Label { get; }
Property Value
MessageScenarios
获取此 POKE 如何在消息上下文中使用和显示。
public IReadOnlyDictionary<string, string> MessageScenarios { get; }
Property Value
Name
获取 POKE 的名称。
public string Name { get; }
Property Value
Quality
获取此 POKE 的品质。
public PokeQuality Quality { get; }
Property Value
Resource
获取此 POKE 的资源。
public IPokeResource Resource { get; }
Property Value
Methods
ToString()
获取 POKE 的名称。
public override string ToString()
Returns
- string
POKE 的名称。