Click or drag to resize

Dream Class

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

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

Current Dream information
Inheritance Hierarchy
SystemObject
  Furcadia.Net.DreamInfoDream

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
[CLSCompliantAttribute(true)]
public class Dream : IDream

The Dream type exposes the following members.

Constructors
  NameDescription
Public methodDream
Initializes a new instance of the Dream class.
Public methodDream(String)
Initializes a new instance of the Dream class.
Top
Properties
  NameDescription
Public propertyBookMark
Gets or sets the book make.
Public propertyDreamOwner
Dreams uploader character
Public propertyDreamUrl
Dreams full Furcadia Drean URL

IE: 'fdl furc://DreamOwner:DreamTitle/EntryCode#

Public propertyFileName
File name for the dream cache stored on disk
Public propertyIsModern
Is this dream Modern Mode?
Public propertyIsPermanent
Gets a value indicating whether this dream is permament.
Public propertyJustArrived
Gets or sets a value indicating whether Bot has just arrived in a new dream;.
Public propertyLines
Number of DS Lines
Public propertyName
Name of the dream
Public propertyRating
Furcadia Dream rating
Public propertyTitle
Dream title
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
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 a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the specified dream information from a LoadDream event.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic memberInequality
Implements the operator !=.
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