[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.ResultToPropertyAttribute

类 ResultToPropertyAttribute

声明属性的值表示命令执行后存入变量的变量名称。

继承
object
System.Attribute
ResultToPropertyAttribute
命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public class ResultToPropertyAttribute : Attribute
示例
public class GetInfoCommand : Command
{
    [ResultRoProperty]
    public string ResultTo { get; set; }
}

构造函数

ResultToPropertyAttribute()

声明属性的值表示命令执行后存入变量的变量名称。

声明
public ResultToPropertyAttribute()
示例
public class GetInfoCommand : Command
{
    [ResultRoProperty]
    public string ResultTo { get; set; }
}

属性

CommandScope

用于指定这个结果值起作用的命令范围。

声明
public CommandScope CommandScope { get; set; }
属性值
类型 描述
CommandScope