Class RestPokeAction
表示一个基于 REST 的 POKE 动作。
public class RestPokeAction : IPokeAction
- Inheritance
-
RestPokeAction
- Implements
- Inherited Members
Properties
Operator
获取执行此动作的用户。
public IUser Operator { get; }
Property Value
Poke
获取此动作关联的 POKE。
public Poke Poke { get; }
Property Value
Targets
获取此动作的目标用户。
public IReadOnlyCollection<IUser> Targets { get; }