Click or drag to resize

Variable Class

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Furcadia.Net.Web.Variable"]

Inheritance Hierarchy
SystemObject
  Furcadia.Net.WebVariable

Namespace:  Furcadia.Net.Web
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class Variable : IVariable, IEquatable<IVariable>

The Variable type exposes the following members.

Constructors
  NameDescription
Public methodVariable(String)
Initializes a new instance of the Variable class.
Public methodVariable(String, Object)
Initializes a new instance of the Variable class.
Top
Properties
  NameDescription
Public propertyIsConstant
Gets a value indicating whether this instance is constant.
Public propertyName
Public propertyValue
Gets or sets the value.
Top
Methods
  NameDescription
Public methodClone
Clones this instance.
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(IVariable)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a const identifier if the variable is constant followed by name,

otherwise just the name is returned.

(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberAddition(Variable, Double)
Implements the operator +.
Public operatorStatic memberAddition(Variable, String)
Implements the operator +.
Public operatorStatic memberDivision
Implements the operator /.
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(Variable to String)
Performs an implicit conversion from Variable to String.
Public operatorStatic member(Variable to Double)
Performs an implicit conversion from Variable to Double.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberMultiply
Implements the operator *.
Public operatorStatic memberSubtraction
Implements the operator -.
Top
Fields
  NameDescription
Public fieldStatic memberNoValue
The no value
Top
Extension Methods
  NameDescription
Public Extension MethodAsDouble
Ases the double.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt16
converts an object to 16 bit integer
(Defined by ObjectExtensions.)
Public Extension MethodAsInt32
Ases the int32.
(Defined by ObjectExtensions.)
Public Extension MethodAsInt64
Ases the int64.
(Defined by ObjectExtensions.)
Public Extension MethodAsString
Ases the string.
(Defined by ObjectExtensions.)
Top
See Also