Table of Contents

Class UIRuleExtensions

Namespace
GroupeIsa.Neos.Designer.UIAbstractions.Rule
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents an extension of UIRule.

public static class UIRuleExtensions
Inheritance
UIRuleExtensions
Inherited Members

Methods

IsNullableItemRule(UIRule)

Gets a value indicating whether the specified rule is a rule based on a nullable item.

public static bool IsNullableItemRule(this UIRule rule)

Parameters

rule UIRule

The rule.

Returns

bool

A value indicating whether the specified rule is a rule based on a nullable item.

IsReadAndWriteItemRule(UIRule)

Gets a value indicating whether the specified rule is a rule based on an item.

public static bool IsReadAndWriteItemRule(this UIRule rule)

Parameters

rule UIRule

The rule.

Returns

bool

A value indicating whether the specified rule is a rule based on an item.

IsReadOnlyItemRule(UIRule)

Gets a value indicating whether the specified rule is a rule based on a readonly item.

public static bool IsReadOnlyItemRule(this UIRule rule)

Parameters

rule UIRule

The rule.

Returns

bool

A value indicating whether the specified rule is a rule based on a readonly item.