Click or drag to resize
Result Structure
Boolean result that carries more information

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public struct Result

The Result type exposes the following members.

Constructors
  NameDescription
Public methodResult
Top
Properties
  NameDescription
Public propertyStatic memberIgnore
Ignored value of a result
Public propertyInconclusive
True if the result is ignored
Public propertyOutcome
Boolean value of the result
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
See Also