Table of Contents

Class DynamicRelationCalculationConfiguration

Namespace
Dynamicweb.Ecommerce.Products.DynamicRelations
Assembly
Dynamicweb.Ecommerce.dll
public sealed class DynamicRelationCalculationConfiguration
Inheritance
DynamicRelationCalculationConfiguration
Inherited Members

Properties

Description

The description.

public string? Description { get; set; }

Property Value

string

DynamicRelationGroupCategoryId

The ID of the related DynamicRelationGroupCategory.

public required string DynamicRelationGroupCategoryId { get; set; }

Property Value

string

FieldIds

The ID(s)/SystemName(s) of the associated ProductField(s).

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

Property Value

IEnumerable<string>

GroupIds

The ID(s) of the associated Group(s).

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

Property Value

IEnumerable<string>

Id

The ID.

public required string Id { get; set; }

Property Value

string

IsActive

Gets or sets a value indicating whether the calculation configuration is active.

public bool IsActive { get; set; }

Property Value

bool

Method

The algorithm.

public DynamicRelationCalculationMethod Method { get; set; }

Property Value

DynamicRelationCalculationMethod

Name

The name.

public required string Name { get; set; }

Property Value

string
To top