Class AppRoles
Represents the application roles.
Inheritance
System.Object
AppRoles
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: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
public static class AppRoles
Properties
AdminRole
Public string literal for the admininstrators role.
Declaration
public static string AdminRole { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EveryoneRole
Public string literal for the role for everyone.
Declaration
public static string EveryoneRole { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ManagerUserRole
Public string literal for the management users role.
Declaration
public static string ManagerUserRole { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegisteredRole
Public string literal for the registered users role.
Declaration
public static string RegisteredRole { get; set; }
Property Value
Type | Description |
---|---|
System.String |