Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

JsObjectExpression Class

Represents JavaScript object block. Distinct from JSON object in that is it actual JavaScript and may contain expressions that are yet to be evaluated.

Namespace:  Suoranta.WebApp.View.JS
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public class JsObjectExpression : IDictionary<string, Object>, 
	IWriteTo

Inheritance Hierarchy


Object
  Suoranta.WebApp.View.JS..::..JsObjectExpression