Class Permissions
Permissions for coomerce
Inheritance
System.Object
Permissions
Namespace: Mediachase.Commerce
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class Permissions : Object
Constructors
Permissions()
Declaration
public Permissions()
Fields
GroupName
Declaration
public const string GroupName = "EPiCommerce"
Field Value
Type | Description |
---|---|
System.String |
Properties
Catalog
Permissions for Catalog
Declaration
public CatalogPermissions Catalog { get; }
Property Value
Type | Description |
---|---|
CatalogPermissions |
Core
Permissions for Core
Declaration
public CorePermissions Core { get; }
Property Value
Type | Description |
---|---|
CorePermissions |
Customers
Permissions for Customers
Declaration
public CustomersPermissions Customers { get; }
Property Value
Type | Description |
---|---|
CustomersPermissions |
Markets
Permissions for Markets
Declaration
public MarketsPermissions Markets { get; }
Property Value
Type | Description |
---|---|
MarketsPermissions |
Order
Permissions for Order
Declaration
public OrdersPermissions Order { get; }
Property Value
Type | Description |
---|---|
OrdersPermissions |
Reporting
Permissions for Reporting
Declaration
public ReportingPermissions Reporting { get; }
Property Value
Type | Description |
---|---|
ReportingPermissions |