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
DynamicRelationGroupCategoryId
The ID of the related DynamicRelationGroupCategory.
public required string DynamicRelationGroupCategoryId { get; set; }
Property Value
FieldIds
The ID(s)/SystemName(s) of the associated ProductField(s).
public IEnumerable<string> FieldIds { get; set; }
Property Value
GroupIds
The ID(s) of the associated Group(s).
public IEnumerable<string> GroupIds { get; set; }
Property Value
Id
The ID.
public required string Id { get; set; }
Property Value
IsActive
Gets or sets a value indicating whether the calculation configuration is active.
public bool IsActive { get; set; }
Property Value
Method
The algorithm.
public DynamicRelationCalculationMethod Method { get; set; }
Property Value
Name
The name.
public required string Name { get; set; }