\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Data.Types.JavaScript Class Reference

Detailed Description

JavaScript type which can be returned as a value by an ElementData.

A value being of type JavaScript indicates that it is intended to be run on a client browser.

Inheritance diagram for FiftyOne.Pipeline.Core.Data.Types.JavaScript:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.Data.Types.JavaScript:

[legend]

Public Member Functions

 JavaScript (string value)
Constructor. More...
int  CompareTo (string other)
bool  Equals (string other)
override bool  Equals (object obj)
override int  GetHashCode ()
override string  ToString ()

Constructor & Destructor Documentation

◆ JavaScript()

FiftyOne.Pipeline.Core.Data.Types.JavaScript.JavaScript ( string   value )

Constructor.

Parameters
value - String value containing the JavaScript
On This Page