[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.RunTimeMethodDesigner

类 RunTimeMethodDesigner

单元格可用操作设计器器

继承
object
RunTimeMethodDesigner
命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.Design.dll
语法
public class RunTimeMethodDesigner

构造函数

RunTimeMethodDesigner()

单元格可用操作设计器器

声明
public RunTimeMethodDesigner()

方法

GetDesignerParameterVisible(IRuntimeMethodDesignerContext, string)

自定义参数是否显示

声明
public virtual bool GetDesignerParameterVisible(IRuntimeMethodDesignerContext context, string parameterName)
参数
类型 名称 描述
IRuntimeMethodDesignerContext context

上下文

string parameterName

参数名

返回值
类型 描述
bool

Validate(IRuntimeMethodDesignerContext)

自定义校验逻辑

声明
public virtual string Validate(IRuntimeMethodDesignerContext context)
参数
类型 名称 描述
IRuntimeMethodDesignerContext context
返回值
类型 描述
string

返回空表示校验成功,否则表示校验失败,返回错误信息