ParseResultData Class

Data contract for ParseResult.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ParseResultData : BaseDataContract

The ParseResultData type exposes the following members.

Constructors
  NameDescription
Public methodParseResultData
Initializes a new instance of the ParseResultData class.
Top
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.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberGetDataContractMappings
Get the data contract mappings.
Top
See Also