Table of Contents

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

string

Id

Gets or sets the rule item id.
public string Id { get; set; }

Property Value

string

QueryParameter

Gets or sets the mapped query parameter system name.
public string QueryParameter { get; set; }

Property Value

string

RuleId

Gets or sets the rule id.
public string RuleId { get; set; }

Property Value

string
To top