[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Commands.CustomCommandObject

类 CustomCommandObject

自定义命令对象

继承
object
CustomCommandObject
实现
System.ICloneable
命名空间: GrapeCity.Forguncy.Commands
程序集: Forguncy.Commands.dll
语法
public class CustomCommandObject : ICloneable

构造函数

CustomCommandObject()

自定义命令对象

声明
public CustomCommandObject()

属性

Commands

命令列表

声明
public List<Command> Commands { get; set; }
属性值
类型 描述
System.Collections.Generic.List<T><Command>

ParamProperties

上下文参数列表

声明
public Dictionary<string, string> ParamProperties { get; set; }
属性值
类型 描述
System.Collections.Generic.Dictionary<TKey, TValue><string, string>

方法

Clone()

Clone方法

声明
public object Clone()
返回值
类型 描述
object

实现

System.ICloneable