Table of Contents

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

Column string

The column to apply the rule

DependencyColumn string

The column based on which values options will differ

ColumnOptionsRelation Dictionary<string, Dictionary<string, string>>

Values options relation

Properties

ColumnOptionsRelation

Values options relation

public Dictionary<string, Dictionary<string, string>> ColumnOptionsRelation { get; init; }

Property Value

Dictionary<string, Dictionary<string, string>>

DependencyColumn

The column based on which values options will differ

public string DependencyColumn { get; init; }

Property Value

string
To top