Click or drag to resize
IRowItem Property
Get cells with specific effect

Namespace: FlexRule.Decisions.Tables.Definitions
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
IIterable<ICell> this[
	EffectType effect
] { get; }

Parameters

effect
Type: FlexRule.Decisions.Tables.DefinitionsEffectType

Return Value

Type: IIterableICell
See Also