Table of Contents

Class CompletionRule

Namespace
Dynamicweb.Ecommerce.Products.CompletionRules
Assembly
Dynamicweb.Ecommerce.dll

Represents information about a product completion rule.

[Serializable]
public class CompletionRule
Inheritance
CompletionRule
Inherited Members

Properties

Description

Gets or sets the product completion rule description.

public string Description { get; set; }

Property Value

string

ExcludeVariants

public bool ExcludeVariants { get; set; }

Property Value

bool

FieldSystemNames

Gets or sets the product completion rule fields.

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

Property Value

IEnumerable<string>

Id

Gets or sets the product completion rule id.

public int Id { get; set; }

Property Value

int

Name

Gets or sets the product completion rule name.

public string Name { get; set; }

Property Value

string
To top