命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -25,11 +25,11 @@ public partial class PipesCreatorViewModel : ObservableObject
|
||||
|
||||
[ObservableProperty]
|
||||
[NotifyCanExecuteChangedFor(nameof(RevitAddins.RvCommon.PipesCreatorViewModel.CreateCommand))]
|
||||
private PipeType selectedPipeType;
|
||||
public partial PipeType SelectedPipeType { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
[NotifyCanExecuteChangedFor(nameof(RevitAddins.RvCommon.PipesCreatorViewModel.CreateCommand))]
|
||||
private PipingSystemType selectedPipingSystemType;
|
||||
public partial PipingSystemType SelectedPipingSystemType { get; set; }
|
||||
|
||||
public IList<PipeType> PipeTypes => document.OfClass<PipeType>().Cast<PipeType>().ToList();
|
||||
public IList<PipingSystemType> PipingSystemTypes => document.OfClass<PipingSystemType>().Cast<PipingSystemType>().ToList();
|
||||
|
||||
Reference in New Issue
Block a user