C# Class NekoKun.RPGMaker.DatabaseFile

Inheritance: ObjectEditor.ObjectFile
Show file Open project: NekoProject/NekoKun

Protected Properties

Property Type Description
arrayMode bool
className string
clipboardFormat string
contents object
fields ObjectEditor.StructField>.Dictionary
idField ObjectEditor.StructField
title string
views System.Xml.XmlNodeList

Public Methods

Method Description
CreateEditor ( ) : AbstractEditor
DatabaseFile ( object>.Dictionary node ) : System
ToString ( ) : string

Protected Methods

Method Description
Load ( ) : void
LoadItem ( object RubyObj ) : ObjectEditor.Struct
Save ( ) : void

Private Methods

Method Description
CreateRubyObject ( string className, ObjectEditor item ) : RubyObject

Method Details

CreateEditor() public method

public CreateEditor ( ) : AbstractEditor
return AbstractEditor

DatabaseFile() public method

public DatabaseFile ( object>.Dictionary node ) : System
node object>.Dictionary
return System

Load() protected method

protected Load ( ) : void
return void

LoadItem() protected method

protected LoadItem ( object RubyObj ) : ObjectEditor.Struct
RubyObj object
return ObjectEditor.Struct

Save() protected method

protected Save ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

arrayMode protected property

protected bool arrayMode
return bool

className protected property

protected string className
return string

clipboardFormat protected property

protected string clipboardFormat
return string

contents protected property

protected object contents
return object

fields protected property

protected Dictionary fields
return ObjectEditor.StructField>.Dictionary

idField protected property

protected ObjectEditor.StructField idField
return ObjectEditor.StructField

title protected property

protected string title
return string

views protected property

protected System.Xml.XmlNodeList views
return System.Xml.XmlNodeList