命名优化,达芬奇字体修改工具
This commit is contained in:
@@ -16,15 +16,17 @@ namespace ShrlAlgoToolkit.RevitAddins.RvCommon
|
||||
private readonly ActionEventHandler handler;
|
||||
|
||||
[ObservableProperty]
|
||||
ICollectionView filteredList;
|
||||
public partial ICollectionView FilteredList { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
private bool isCutting;
|
||||
public partial bool IsCutting { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
private ObservableCollection<SelectionElement> items;
|
||||
public partial ObservableCollection<SelectionElement> Items { get; set; }
|
||||
|
||||
[ObservableProperty]
|
||||
private string searchProp;
|
||||
public partial string SearchProp { get; set; }
|
||||
|
||||
private readonly UIApplication uiapp;
|
||||
|
||||
public DetailSelectFiltersViewModel(UIApplication uiapp, ActionEventHandler handler)
|
||||
|
||||
Reference in New Issue
Block a user