Open this page in the API Guide

ParseResult Class

Class used to model the results of a script parsing operation.
Inheritance Hierarchy
System.Object
  Dundas.BI.Entities.MetricSets.ParseResult

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class ParseResult

The ParseResult type exposes the following members.

Properties
  NameDescription
Public propertyCaptions
Gets the placeholder candidates.
Public propertyContainsReturn
Gets a value indicating whether or not the script contains a return statement.
Public propertyScriptErrors
Gets the script parsing errors.
Public propertyScriptTree
Gets the script tree.
Top
See Also