A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class CustomerRoles

CustomerRoles

Inheritance
System.Object
CustomerRoles
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.Customers.Security
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public static class CustomerRoles

Properties

AdminRole

Public string literal for the profile administrators role.

Declaration
public static string AdminRole { get; }
Property Value
Type Description
System.String

ManagerRole

Public string literal for the profile managers role.

Declaration
public static string ManagerRole { get; }
Property Value
Type Description
System.String

SchemaManagerRole

Public string literal for the profile schema managers role.

Declaration
public static string SchemaManagerRole { get; }
Property Value
Type Description
System.String

ViewerRole

Public string literal for the profile viewers role.

Declaration
public static string ViewerRole { get; }
Property Value
Type Description
System.String