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

JsAjaxStatement Members

The JsAjaxStatement type exposes the following members.

Constructors


  Name Description
Public method JsAjaxStatement(JsExpression, JsObjectExpression, JsFun, Symbol)
Initializes a new instance of the JsAjaxStatement class.
Public method JsAjaxStatement(JsExpression, JsExpression, JsFun, Symbol)

Return Value

JavaScript statement to perform HTTP Ajax Post operation to endpoint

Methods


  Name Description
Public method Add(array<string>[]()[][]) (Inherited from JsStatements.)
Public method Add(array<JsStatement>[]()[][]) (Inherited from JsStatements.)
Public method Add(array<JsStatements>[]()[][]) (Inherited from JsStatements.)
Public method Append(array<JsStatement>[]()[][]) (Inherited from JsStatements.)
Public method Append(array<JsStatements>[]()[][]) (Inherited from JsStatements.)
Public method Equals(System.Object) (Inherited from Object.)
Public method Static member ErrorFnTemplate
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from JsStatements.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member PostForm<(Of <<'(TFormModel>)>>)
Public method Static member SuccessFnTemplate
Public method ToHtmlString (Inherited from JsStatements.)
Public method ToString (Inherited from JsStatements.)
Public method WriteTo

Properties


  Name Description
Public property AjaxData
Public property Count (Inherited from JsStatements.)
Public property Endpoint
Public property ErrorFn
Public property Item (Inherited from JsStatements.)
Public property Static member NotifySuccess
Public property SuccessFn
Public property Traditional
Public property Verb