C# Class NekoKun.ProjectDocumentFile

Inheritance: AbstractFile
Mostra file Open project: NekoProject/NekoKun Class Usage Examples

Public Properties

Property Type Description
Components List

Public Methods

Method Description
CreateEditor ( ) : AbstractEditor
LoadDocument ( string filename ) : XmlDocument
ProjectDocumentFile ( string filename ) : System

Protected Methods

Method Description
Save ( ) : void

Method Details

CreateEditor() public method

public CreateEditor ( ) : AbstractEditor
return AbstractEditor

LoadDocument() public method

public LoadDocument ( string filename ) : XmlDocument
filename string
return System.Xml.XmlDocument

ProjectDocumentFile() public method

public ProjectDocumentFile ( string filename ) : System
filename string
return System

Save() protected method

protected Save ( ) : void
return void

Property Details

Components public_oe property

public List Components
return List