DataWeb
Search Results for

    Show / Hide Table of Contents

    Class PermissionSet.Permission

    Represents a permission with a name and a list of associated roles.

    Inheritance
    object
    PermissionSet.Permission
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Authorization
    Assembly: DataWeb.Core.dll
    Syntax
    public class PermissionSet.Permission

    Properties

    Name

    Gets or sets the name of the permission.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Roles

    Gets or sets the list of roles associated with the permission.

    Declaration
    public List<string> Roles { get; set; }
    Property Value
    Type Description
    List<string>
    In this article
    Back to top Generated by DocFX