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.
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 SourceDescription
Gets or sets the role description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the role name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RoleId
Gets or sets the role identity.
Declaration
public long RoleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
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 |