T_Furcadia_Net_DreamInfo_Dream - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

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

System.Object
  Furcadia.Net.DreamInfo.Dream
Namespace: Furcadia.Net.DreamInfo
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

[CLSCompliantAttribute(true)]
public class Dream : IDream

VB

<CLSCompliantAttribute(true)>
Public Class Dream
	Implements IDream

VB Usage

Dim instance As Dream

C++

[CLSCompliantAttribute(true)]
public ref class Dream : IDream

F#

[<CLSCompliantAttribute(true)>]
type Dream =  
    class
        interface IDream
    end

The Dream type exposes the following members.

Constructors

 

Name Description
Public method Dream Initializes a new instance of the Dream class.
  Back to Top

Properties

 

Name Description
Public property BookMark Gets or sets the book make.
Public property DreamOwner Dreams uploader character
Public property DreamUrl Dreams full Furcadia Drean URL IE: 'fdl furc://DreamOwner:DreamTitle/EntryCode#
Public property FileName File name for the dream cache stored on disk
Public property Furres 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 property IsModern Is this dream Modern Mode?
Public property IsPermanent Gets a value indicating whether this dream is permament.
Public property Lines Number of DS Lines
Public property Name Name of the dream
Public property Rating Furcadia Dream rating
Public property Title Dream title
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns a hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Load Loads the specified dream information from a LoadDream event.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

Operators

 

Name Description
Public operatorStatic member Equality Implements the operator ==.
Public operatorStatic member Inequality Implements the operator !=.
  Back to Top

Extension Methods

 

Name Description
Public Extension Method AsDouble (Defined by ObjectExtensions.)
Public Extension Method AsInt16 (Defined by ObjectExtensions.)
Public Extension Method AsInt32 (Defined by ObjectExtensions.)
Public Extension Method AsInt64 (Defined by ObjectExtensions.)
Public Extension Method AsString (Defined by ObjectExtensions.)
  Back to Top

See Also

Reference

Furcadia.Net.DreamInfo Namespace

⚠️ **GitHub.com Fallback** ⚠️