Click or drag to resize

ConnectionCompPlugin Properties

返回用户文档首页

The ConnectionCompPlugin type exposes the following members.

Properties
 NameDescription
Public propertyButtonImage 显示在工具栏中的图标
(Inherited from ComponentPlugin)
Public propertyCommonPropsName 通用属性名称
(Inherited from ComponentPlugin)
Public propertyCompDescription 组件描述 若StandAlone属性为True,则必须重载此接口
(Inherited from ComponentPlugin)
Public propertyCompGroup 组件分组 若StandAlone属性为True,则必须重载此接口
(Inherited from ComponentPlugin)
Public propertyCompKeyword 组件关键词
(Inherited from ComponentPlugin)
Public propertyCompName 组件名称 组件必须重载此接口
(Inherited from ComponentPlugin)
Public propertyCompNumber 组件号码 组件必须重载此接口
(Inherited from ComponentPlugin)
Public propertyCompNumberPrefix 组件号码前缀,可以为空
(Inherited from ComponentPlugin)
Public propertyCompPath 组件所在目录
(Inherited from ComponentPlugin)
Public propertyCompShortDescription 组件简介 若StandAlone属性为True,则必须重载此接口
(Inherited from ComponentPlugin)
Public propertyCompType
(Overrides ComponentPluginCompType)
Public propertyConfigPrefix 插件存储的配置文件名称前缀,默认为$CONFIG$,子类可重写此属性以修改前缀
(Inherited from Plugin)
Public propertyCreateController 组件简介 若StandAlone属性为True,可以设置此接口完全重载创建过程
(Inherited from ComponentPlugin)
Public propertyDebugMode 返回True, 代表当前为调试模式,系统不会处理插件的任何错误,方便插件调试 返回False,代表当前为生产模式,系统会默认处理所有异常,不会因插件错误中断运行
(Inherited from Plugin)
Public propertyDefaultsConfigPrefix 组件默认值属性配置名称前缀,默认为$DEFAULT$,子类可重写此属性以修改前缀
(Inherited from ComponentPlugin)
Public propertyExportableFieldNames 可导出的字段属性名 若有需要导出的属性,则组件需要重载此属性
(Inherited from ComponentPlugin)
Public propertyFilePath 插件文件路劲,由系统设置,开发者不应修改此项
(Inherited from Plugin)
Public propertyFriendlyMode 插件是否为友好模式
(Inherited from ComponentPlugin)
Public propertyGuid 插件GUID,若未指定Guid, 则默认使用组件名称+组件编号的MD5生成Guid
(Inherited from ComponentPlugin)
Public propertyPluginDataPrefix 插件所有数据文件名称前缀,默认为CFG_PLUGIN_PROPS_,子类可重写此属性以修改前缀
(Inherited from Plugin)
Public propertyPrimary 获取当前节点实例的主零件ID
Public propertyRequiredSubsMaxCount 组件所需次零件最大数量 若StandAlone属性为True,且未重载CreateController, 则需设置此属性
Public propertyRequiredSubsMinCount 组件所需次零件最小数量 若StandAlone属性为True,且未重载CreateController, 则需设置此属性
Public propertyRuntimeConfigName 插件运行时属性配置名称,默认为$RUNTIME$,子类可重写此属性以修改此名称
(Inherited from Plugin)
Public propertySecondaries 获取当前节点实例的次零件ID列表
Public propertySelectedButtonImage 选中时的工具栏图标
(Inherited from ComponentPlugin)
Public propertyStandAlone 当前组件是否为完全由插件实现的独立组件
(Inherited from ComponentPlugin)
Public propertyThumbnail 显示在组件管理器中的缩略图
(Inherited from ComponentPlugin)
Top
See Also