Class SelectedSourceMvcViewModelBase<M>
public abstract class SelectedSourceMvcViewModelBase<M> : SourceMvcViewModelBase<M>, INotifyPropertyChanged, IDisplayer, IMvcViewModelBase, IAuthority, IMvcEntityViewModelBase<M> where M : ISelectViewModel, new()
Type Parameters
M
- Inheritance
-
SelectedSourceMvcViewModelBase<M>
- Implements
- Inherited Members
- Extension Methods
Properties
CheckedAllCommand
public RelayCommand CheckedAllCommand { get; }
Property Value
DeleteCheckedCommand
public RelayCommand DeleteCheckedCommand { get; }
Property Value
IsCheckedAll
说明
public bool IsCheckedAll { get; set; }
Property Value
Methods
DeleteCheckedMethod(object)
protected virtual Task DeleteCheckedMethod(object obj)
Parameters
obj
object