Table of Contents

Class ProductAssignmentRule

Namespace
Dynamicweb.Ecommerce.Products.ProductAssignment
Assembly
Dynamicweb.Ecommerce.dll

Represents information about a product assignment rule.

public class ProductAssignmentRule
Inheritance
ProductAssignmentRule
Inherited Members

Properties

Active

Gets or sets value indication whether the rule is active.

public bool Active { get; set; }

Property Value

bool

Id

Gets or sets the rule id.

public string Id { get; set; }

Property Value

string

IsQueryRule

Gets or sets value indicating whether the rule uses a query to assign products

public bool IsQueryRule { get; set; }

Property Value

bool

Name

Gets or sets the rule name.

public string Name { get; set; }

Property Value

string

RepositoryQuery

Gets or sets the rule query.

public string RepositoryQuery { get; set; }

Property Value

string

ShopIds

Gets or sets the rule shop ids

public IEnumerable<string> ShopIds { get; set; }

Property Value

IEnumerable<string>
To top