Class CommercePolicyOptions
Inheritance
System.Object
CommercePolicyOptions
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class CommercePolicyOptions : Object
Constructors
CommercePolicyOptions()
Declaration
public CommercePolicyOptions()
Properties
BusinessFoundationRoles
Declaration
public IList<string> BusinessFoundationRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
CatalogIndexingRoles
Declaration
public IList<string> CatalogIndexingRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
CatalogRoles
Declaration
public IList<string> CatalogRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
CommerceAdminRoles
Declaration
public IList<string> CommerceAdminRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
CommerceConfigRoles
Declaration
public IList<string> CommerceConfigRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
CountriesRoles
Declaration
public IList<string> CountriesRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
CustomersRoles
Declaration
public IList<string> CustomersRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
DictionariesRoles
Declaration
public IList<string> DictionariesRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
MarketingRoles
Declaration
public IList<string> MarketingRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
MarketsRoles
Declaration
public IList<string> MarketsRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
OrdersRoles
Declaration
public IList<string> OrdersRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
PaymentMethodsRoles
Declaration
public IList<string> PaymentMethodsRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
ReportingRoles
Declaration
public IList<string> ReportingRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
ShippingMethodsRoles
Declaration
public IList<string> ShippingMethodsRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
TaxesRoles
Declaration
public IList<string> TaxesRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
WarehousesRoles
Declaration
public IList<string> WarehousesRoles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|