[]
声明属性的值表示命令执行后存入变量的变量名称。
public class ResultToPropertyAttribute : Attribute
public class GetInfoCommand : Command
{
[ResultRoProperty]
public string ResultTo { get; set; }
}
声明属性的值表示命令执行后存入变量的变量名称。
public ResultToPropertyAttribute()
public class GetInfoCommand : Command
{
[ResultRoProperty]
public string ResultTo { get; set; }
}
用于指定这个结果值起作用的命令范围。
public CommandScope CommandScope { get; set; }
类型 | 描述 |
---|---|
CommandScope |