ParseResult Class

Class used to model the results of a script parsing operation.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsParseResult

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.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