StiBlocksParser Class

Namespace: Stimulsoft.Blockly

Inheritance

Implements: IStiBlocksParser

Methods

Method Returns Description
evaluate void  
evaluateAsync void  
evaluateUserFunction any  

Method Details

evaluate

evaluate(report: IStiReport, sender: any, xml: string, args: EventArgs): void

Parameters

  • report (IStiReport)
  • sender (any)
  • xml (string)
  • args (EventArgs)

evaluateAsync

evaluateAsync(report: IStiReport, sender: any, xml: string, args: EventArgs): void

Parameters

  • report (IStiReport)
  • sender (any)
  • xml (string)
  • args (EventArgs)

evaluateUserFunction

evaluateUserFunction(report: IStiReport, functionObj: object, argumentss: Dictionary<string, any>): any

Parameters

  • report (IStiReport)
  • functionObj (object)
  • argumentss (Dictionary<string, any>)

Returns any