Class TypedValue
Representes a typed value
Assembly: Xareus.Scenarios.dll
Syntax
[Serializable]
public class TypedValue : Extendable
Constructors
TypedValue()
Create an empty typed value
Declaration
TypedValue(string)
Create a typed value with only a value
Declaration
public TypedValue(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
TypedValue(string, string)
Create a type value with the given type
Declaration
public TypedValue(string value, string type)
Parameters
Properties
type
Declaration
public virtual string type { get; set; }
Property Value
value
Declaration
public virtual string value { get; set; }
Property Value
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
implicit operator TypedValue(string)
Declaration
public static implicit operator TypedValue(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Extension Methods