Table of Contents

Class GridColumnInheritanceIdentifierRule

Namespace
Dynamicweb.CoreUI.Lists
Assembly
Dynamicweb.CoreUI.dll

The rule to build master identifier.

public sealed record GridColumnInheritanceIdentifierRule : GridColumnRule, IEquatable<GridColumnRule>, IEquatable<GridColumnInheritanceIdentifierRule>
Inheritance
GridColumnInheritanceIdentifierRule
Implements
Inherited Members

Constructors

GridColumnInheritanceIdentifierRule(string, string, bool)

The rule to build master identifier.

public GridColumnInheritanceIdentifierRule(string Column, string IdentifierValue, bool IsModelProperty = false)

Parameters

Column string
IdentifierValue string

The rule value

IsModelProperty bool

Value indicates whether the rule value is a model property name

Properties

IdentifierValue

The rule value

public string IdentifierValue { get; init; }

Property Value

string

IsModelProperty

Value indicates whether the rule value is a model property name

public bool IsModelProperty { get; init; }

Property Value

bool

SkipRuleConditions

public IEnumerable<GridColumnRestrictionRule>? SkipRuleConditions { get; set; }

Property Value

IEnumerable<GridColumnRestrictionRule>
To top