Class ProductAssignmentRuleMappingItem
- Namespace
- Dynamicweb.Ecommerce.Products.ProductAssignment
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about a product assignment rule mapping item.
public class ProductAssignmentRuleMappingItem
- Inheritance
-
ProductAssignmentRuleMappingItem
- Inherited Members
Properties
GroupFieldId
Gets or sets the mapped group field id.
public string GroupFieldId { get; set; }
Property Value
Id
Gets or sets the rule item id.
public string Id { get; set; }
Property Value
QueryParameter
Gets or sets the mapped query parameter system name.
public string QueryParameter { get; set; }
Property Value
RuleId
Gets or sets the rule id.
public string RuleId { get; set; }