Show / Hide Table of Contents

Class MinimalRoleModel

This class represents a role associated with a user model. This contains the bare minimum properties for the application UI to display the associations.

Inheritance
System.Object
MinimalRoleModel
RoleModel
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: Vasont.Publisher.Models.Security
Assembly: Vasont.Publisher.Models.dll
Syntax
public class MinimalRoleModel

Properties

| Improve this Doc View Source

Description

Gets or sets the role description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the role name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RoleId

Gets or sets the role identity.

Declaration
public long RoleId { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

SystemRole

Gets or sets a value indicating whether the role is a system role and cannot be deleted.

Declaration
public bool SystemRole { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont