命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -47,11 +47,14 @@ public partial class SectionBoxControllerViewModel : ObservableObject
|
||||
|
||||
[ObservableProperty]
|
||||
[NotifyCanExecuteChangedFor(nameof(RevitAddins.RvView.SectionBoxControllerViewModel.RecordSectionBoxCommand), nameof(RevitAddins.RvView.SectionBoxControllerViewModel.UpdateSectionBoxCommand))]
|
||||
private bool canModify;
|
||||
public partial bool CanModify { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
private SectionBoxType sectionBoxType;
|
||||
public partial SectionBoxType SectionBoxType { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
private bool needExtend;
|
||||
public partial bool NeedExtend { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 记录剖面框修改
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user