Table of Contents

Class RoleViewPresenter

Namespace
HeBianGu.Systems.Identity
Assembly
HeBianGu.Systems.Identity.dll
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

AuthorityCommand

Authorities

[Browsable(false)]
public ObservableCollection<TreeNodeBase<IAuthority>> Authorities { get; set; }

Property Value

ObservableCollection<TreeNodeBase<IAuthority>>

DeleteAuthorCommand

[Browsable(false)]
public AuthorityCommand DeleteAuthorCommand { get; }

Property Value

AuthorityCommand

DeleteCommand

[Browsable(false)]
public AuthorityCommand DeleteCommand { get; }

Property Value

AuthorityCommand

EditCommand

[Browsable(false)]
public AuthorityCommand EditCommand { get; }

Property Value

AuthorityCommand

IsAuthority

[Browsable(false)]
public bool IsAuthority { get; }

Property Value

bool

Roles

[Browsable(false)]
public ObservableCollection<Role> Roles { get; set; }

Property Value

ObservableCollection<Role>

SelectedItem

[Browsable(false)]
public Role SelectedItem { get; set; }

Property Value

Role

SelecttionChangedCommand

[Browsable(false)]
public RelayCommand SelecttionChangedCommand { get; }

Property Value

RelayCommand

Methods

Add(IRole)

protected virtual Task Add(IRole u)

Parameters

u IRole

Returns

Task

Delete(Role)

protected virtual Task Delete(Role u)

Parameters

u Role

Returns

Task

GetRoles(Predicate<IRole>)

public IEnumerable<IRole> GetRoles(Predicate<IRole> predicate = null)

Parameters

predicate Predicate<IRole>

Returns

IEnumerable<IRole>

Load()

public override void Load()

Save()

protected virtual Task Save()

Returns

Task