Dream Class

FFF3PP

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 44
Syntax
[CLSCompliantAttribute(true)]
public class Dream : IDream
<CLSCompliantAttribute(true)>
Public Class Dream
	Implements IDream

Dim instance As Dream
[CLSCompliantAttribute(true)]
public ref class Dream : IDream
[<CLSCompliantAttribute(true)>]
type Dream =  
    class
        interface IDream
    end

The Dream type exposes the following members.

Constructors
  NameDescription
Public methodDream
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 propertyFurres
Dream List Furcadia requires Clients to handle thier own Dream Lists See

http://dev.furcadia.com/docs New Movement for Spawn and Remove packets

**Spawn is out dated. New information requires a 4byte for AFK flag at the end

As of V31, Color code has changed.

Public propertyIsModern
Is this dream Modern Mode?
Public propertyIsPermanent
Gets a value indicating whether this dream is permament.
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 (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