Click or drag to resize

ComponentPlugin Methods

返回用户文档首页

The ComponentPlugin type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateDefaultGuid 
Public methodDefineInput 友好模式下输入处理函数
Public methodDeleteDocumentData 删除当前插件的模型数据
(Inherited from Plugin)
Public methodDeleteGlobalData 删除当前插件的全局数据
(Inherited from Plugin)
Public methodGetDefaultsDataObsolete.
Public methodGetDocumentData 获取当前插件的模型数据
(Inherited from Plugin)
Public methodGetFieldDescription 获取可导出字段的描述信息,必要时子类需要实现此方法
Public methodGetFieldType 获取可导出字段的数据类型,必要时子类需要实现此方法
Public methodGetGlobalData 获取当前插件的全局数据
(Inherited from Plugin)
Public methodGetRuntimeData 获取当前插件的运行时模型数据
(Inherited from Plugin)
Public methodOnDefaultSetupShowFormObsolete.
Public methodOnDocumentClose 模型关闭回调
(Inherited from Plugin)
Public methodOnDocumentOpen 模型打开回调
(Inherited from Plugin)
Public methodOnInstanceCreate 创建组件实例的后处理操作,基于当前默认属性初始化组件
Public methodOnInstanceRemoveField 为组件实例移除FieldData
Public methodOnInstanceRun(BaseComponent) 友好模式下运行组件
Public methodOnInstanceRun(ComponentBase, Int64) 运行组件
Public methodOnInstanceSetField 为组件实例设置FieldData
Public methodOnInstanceShowFormObsolete.
Public methodOnInstanceWillRun 在组件即将刷新前执行
Public methodOnPluginDispose 插件销毁回调
(Inherited from Plugin)
Public methodOnPluginInit 插件初始化方法
(Inherited from Plugin)
Public methodOnShowDefaultPropsForm 显示组件属性目标默认值编辑窗口
Public methodOnShowInstancePropsForm(BaseComponent, Form) 友好模式下显示组件实例的属性窗
Public methodOnShowInstancePropsForm(ComponentBase, Int64, Form) 显示组件实例的属性窗
Public methodOnShowPluginPropsForm 显示组件属性窗
Public methodOnShowPropsFormObsolete.
显示组件属性窗
Public methodQueryDocumentDataNames 查询当前插件的模型数据名称列表
(Inherited from Plugin)
Public methodQueryGlobalDataNames 查询当前插件的所有全局数据名称
(Inherited from Plugin)
Public methodSaveDocumentData 保存当前插件专属的模型数据
(Inherited from Plugin)
Public methodSaveGlobalData 保存当前插件专属的全局数据
(Inherited from Plugin)
Public methodSaveRuntimeData 保存当前插件的运行时模型数据
(Inherited from Plugin)
Top
See Also