Unosquare
    Show / Hide Table of Contents

    Class ApplicationRole

    Represents a Role.

    Inheritance
    System.Object
    ApplicationRole
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Swan.AspNetCore.Models
    Syntax
    public class ApplicationRole

    Properties

    RoleId

    Gets or sets the role identifier.

    Declaration
    public string RoleId { get; set; }
    Property Value
    Type Description
    System.String

    RoleName

    Gets or sets the name of the role.

    Declaration
    public string RoleName { get; set; }
    Property Value
    Type Description
    System.String

    Comments

    Back to top Copyright © 2017-2019 Unosquare