Click or drag to resize
ValidatorEngineExtensionsGetConclusionLog Method

Note: This API is now obsolete.

Creates a log that why and how engine has come to a conclusion

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[ObsoleteAttribute("Use FlexRule.Events.ReportElements namespace instead to generate reports")]
public static string GetConclusionLog(
	this IActiveElementEngine engine
)

Parameters

engine
Type: FlexRuleIActiveElementEngine

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IActiveElementEngine. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also