Variable Class

FFF3PP

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 44
Syntax
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class Variable : IVariable, IEquatable<IVariable>
<SerializableAttribute>
<CLSCompliantAttribute(false)>
Public Class Variable
	Implements IVariable, IEquatable(Of IVariable)

Dim instance As Variable
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public ref class Variable : IVariable, 
	IEquatable<IVariable^>
[<SerializableAttribute>]
[<CLSCompliantAttribute(false)>]
type Variable =  
    class
        interface IVariable
        interface IEquatable<IVariable>
    end

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
Public propertyName
Public propertyValue
Top
Methods
  NameDescription
Public methodClone
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(IVariable)
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
Top
Extension Methods
  NameDescription
Public Extension MethodAsDouble (Defined by ObjectExtensions.)
Public Extension MethodAsInt16 (Defined by ObjectExtensions.)
Public Extension MethodAsInt32 (Defined by ObjectExtensions.)
Public Extension MethodAsInt64 (Defined by ObjectExtensions.)
Public Extension MethodAsString (Defined by ObjectExtensions.)
Top
See Also