Class RoleViewPresenter
public class RoleViewPresenter : TreeViewItemPresenter<RoleViewPresenter, IRoleViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IRoleViewPresenter, ITreeViewItemPresenter, IRoleViewPresenterOption, ITreeViewItemPresenterOption, IInvokePresenter, IViewPresenter, IAuthority
- Inheritance
-
RoleViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
AddCommand
[Browsable(false)]
public AuthorityCommand AddCommand { get; }
Property Value
Authorities
[Browsable(false)]
public ObservableCollection<TreeNodeBase<IAuthority>> Authorities { get; set; }
Property Value
DeleteAuthorCommand
[Browsable(false)]
public AuthorityCommand DeleteAuthorCommand { get; }
Property Value
DeleteCommand
[Browsable(false)]
public AuthorityCommand DeleteCommand { get; }
Property Value
EditCommand
[Browsable(false)]
public AuthorityCommand EditCommand { get; }
Property Value
IsAuthority
[Browsable(false)]
public bool IsAuthority { get; }
Property Value
Roles
[Browsable(false)]
public ObservableCollection<Role> Roles { get; set; }
Property Value
SelectedItem
[Browsable(false)]
public Role SelectedItem { get; set; }
Property Value
SelecttionChangedCommand
[Browsable(false)]
public RelayCommand SelecttionChangedCommand { get; }
Property Value
Methods
Add(IRole)
protected virtual Task Add(IRole u)
Parameters
u
IRole
Returns
Delete(Role)
protected virtual Task Delete(Role u)
Parameters
u
Role
Returns
GetRoles(Predicate<IRole>)
public IEnumerable<IRole> GetRoles(Predicate<IRole> predicate = null)
Parameters
Returns
Load()
public override void Load()
Save()
protected virtual Task Save()