Go to file
lihanbo d7f61b0db3 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定
增加 CableTypeThree 属性及相关处理

在 CableLectotype.cs 文件中增加了 CableTypeThree 属性,并设置了 SugarColumn(IsNullable = true)。
在 MotorLectotypeService.cs 文件中增加了对 CableTypeThree 属性的处理。
在 Sinvo.EplanHpD.Plugin.WPFUI.csproj 文件中增加了对 MotorPassthroughCable.cs 文件的编译包含。
在 MotorExcelHelper.cs 文件中增加了 GetPassthroughCableCount 方法。
在 CableLectotypeUserControl.xaml 文件中修改了 hc:SimpleStackPanel 的 Visibility 绑定属性。
在 CableLectotypeUserControl.xaml.cs 文件中增加了对 EPLAN.Harness.Core.Interfaces 的引用,并在 CableLectotypeViewModel 类中增加了一个实例。
在 CableLectotypeViewModel.cs 文件中增加了对 CableTypeThree 属性的处理,并增加了 _passthroughCableCount 和 IsEnableThreeCableType 属性及其相关逻辑。
在 MotorPassthroughCable.cs 文件中增加了 MotorPassthroughCable 类,用于表示电机直通线数量。
2025-02-14 09:22:11 +08:00
Doc 105040 Add 插件更新手册 2025-01-13 17:12:30 +08:00
Sinvo.EplanHpD.Plugin 105040 Update To 1.0.0.24 2025-02-12 08:42:12 +08:00
Sinvo.EplanHpD.Plugin.Service 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
Sinvo.EplanHpD.Plugin.Test 105040 Update To 1.0.0.24 2025-02-12 08:42:12 +08:00
Sinvo.EplanHpD.Plugin.WPFUI 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
.gitattributes 添加项目文件。 2024-10-24 18:01:26 +08:00
.gitignore 添加项目文件。 2024-10-24 18:01:26 +08:00
README.md 添加项目文件。 2024-10-24 18:01:26 +08:00
Sinvo.EplanHpD.Plugin.sln 105040 Update 2025-02-10 16:14:25 +08:00

README.md

Sinvo.EplanHpD.Plugin