◆ JavaScript()
| FiftyOne.Pipeline.Core.Data.Types.JavaScript.JavaScript | ( | string | value | ) |
Constructor.
- Parameters
-
- value - String value containing the JavaScript
\r\n
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. See the Specification
| JavaScript (string value)
Constructor. More...
| |
| int | CompareTo (string other)
Compare the specified value to this instance. More...
|
| bool | Equals (string other)
Check if the specified value is equal to this instance. More...
|
| override bool | Equals (object obj)
Check if the current instance is equal to the specified object. More...
|
| override int | GetHashCode ()
Get a hash code for this instance More...
|
| override string | ToString ()
Get the string representation of this instance. More...
|
| FiftyOne.Pipeline.Core.Data.Types.JavaScript.JavaScript | ( | string | value | ) |
Constructor.
| int FiftyOne.Pipeline.Core.Data.Types.JavaScript.CompareTo | ( | string | other | ) |
Compare the specified value to this instance.
| bool FiftyOne.Pipeline.Core.Data.Types.JavaScript.Equals | ( | string | other | ) |
Check if the specified value is equal to this instance.
| override bool FiftyOne.Pipeline.Core.Data.Types.JavaScript.Equals | ( | object | obj | ) |
Check if the current instance is equal to the specified object.
| override int FiftyOne.Pipeline.Core.Data.Types.JavaScript.GetHashCode | ( | ) |
Get a hash code for this instance
The hash code is taken directly from the string representation of this instance.
| override string FiftyOne.Pipeline.Core.Data.Types.JavaScript.ToString | ( | ) |
Get the string representation of this instance.