Class GridColumnOptionsDependencyRule
- Namespace
- Dynamicweb.CoreUI.Lists
- Assembly
- Dynamicweb.CoreUI.dll
The rule to build master identifier.
public sealed record GridColumnOptionsDependencyRule : GridColumnRule, IEquatable<GridColumnRule>, IEquatable<GridColumnOptionsDependencyRule>
- Inheritance
-
GridColumnOptionsDependencyRule
- Implements
- Inherited Members
Constructors
GridColumnOptionsDependencyRule(string, string, Dictionary<string, Dictionary<string, string>>)
The rule to build master identifier.
public GridColumnOptionsDependencyRule(string Column, string DependencyColumn, Dictionary<string, Dictionary<string, string>> ColumnOptionsRelation)
Parameters
ColumnstringThe column to apply the rule
DependencyColumnstringThe column based on which values options will differ
ColumnOptionsRelationDictionary<string, Dictionary<string, string>>Values options relation
Properties
ColumnOptionsRelation
Values options relation
public Dictionary<string, Dictionary<string, string>> ColumnOptionsRelation { get; init; }
Property Value
DependencyColumn
The column based on which values options will differ
public string DependencyColumn { get; init; }