Search Results for

    Show / Hide Table of Contents

    Interface IUIRoleProvider

    provider for working with the rolemanager ui. This must be implemented in a plugin or some thing similar to rpvode functions for adding, editing and removing roles.

    Namespace: Simplic.Framework.Core
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public interface IUIRoleProvider

    Methods

    | Improve this Doc View Source

    EditRoles(IList<Guid>)

    Update a list of roles

    Declaration
    void EditRoles(IList<Guid> roles)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> roles

    List of role ids

    | Improve this Doc View Source

    NewRole()

    Create a new role

    Declaration
    void NewRole()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx