Table of Contents

Class SelectedSourceMvcViewModelBase<M>

Namespace
HeBianGu.Service.Mvc
Assembly
HeBianGu.Service.Mvc.dll
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

RelayCommand

DeleteCheckedCommand

public RelayCommand DeleteCheckedCommand { get; }

Property Value

RelayCommand

IsCheckedAll

说明

public bool IsCheckedAll { get; set; }

Property Value

bool

Methods

DeleteCheckedMethod(object)

protected virtual Task DeleteCheckedMethod(object obj)

Parameters

obj object

Returns

Task