Click or drag to resize
RuntimeResultEvents Property
When EnableFullLog is set to true, all events will be stored in this collection, otherwise it is null.

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IEnumerable<EventArgs> Events { get; }

Property Value

Type: IEnumerableEventArgs
See Also