Click or drag to resize
RuntimeResult Class
Result of executing a logic (e.g. validation, procedure, flow, decision...) that contains notifications, variable container, logs and return result.
Inheritance Hierarchy
SystemObject
  FlexRuleRuntimeResult

Namespace: FlexRule
Assembly: FlexRule.Engine (in FlexRule.Engine.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class RuntimeResult

The RuntimeResult type exposes the following members.

Properties
  NameDescription
Public propertyConclusionLog
Public propertyContext
Public propertyEvents
When EnableFullLog is set to true, all events will be stored in this collection, otherwise it is null.
Public propertyNotifications Obsolete.
Public propertyOutcome
Result of validation of when the logic is DecisionTable, Natural Language or Validation.
Public propertyReturn
Result of execution of logic when they have a return value
Public propertyVariableContainer Obsolete.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also