[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.CommandSupportUsingScopeAttribute

类 CommandSupportUsingScopeAttribute

命令类型的插件或其内部属性所支持的使用范围,如果不指定默认所有页面及表格都支持。

继承
object
System.Attribute
CommandSupportUsingScopeAttribute
命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public class CommandSupportUsingScopeAttribute : Attribute
示例
[CommandSupportUsingScopeAttribute(PageScope.NormalPCPage)]  /*支持普通PC页面。*/
public class MyCommand : Command
{
}

构造函数

CommandSupportUsingScopeAttribute(CommandPageScope)

构造函数。

声明
public CommandSupportUsingScopeAttribute(CommandPageScope pageScope)
参数
类型 名称 描述
CommandPageScope pageScope

插件所支持的页面使用范围。

属性

PageScope

页面的使用范围。

声明
public CommandPageScope PageScope { get; }
属性值
类型 描述
CommandPageScope