C# 클래스 NekoKun.ProjectDocumentFile

상속: AbstractFile
파일 보기 프로젝트 열기: NekoProject/NekoKun 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Components List

공개 메소드들

메소드 설명
CreateEditor ( ) : AbstractEditor
LoadDocument ( string filename ) : XmlDocument
ProjectDocumentFile ( string filename ) : System

보호된 메소드들

메소드 설명
Save ( ) : void

메소드 상세

CreateEditor() 공개 메소드

public CreateEditor ( ) : AbstractEditor
리턴 AbstractEditor

LoadDocument() 공개 메소드

public LoadDocument ( string filename ) : XmlDocument
filename string
리턴 System.Xml.XmlDocument

ProjectDocumentFile() 공개 메소드

public ProjectDocumentFile ( string filename ) : System
filename string
리턴 System

Save() 보호된 메소드

protected Save ( ) : void
리턴 void

프로퍼티 상세

Components 공개적으로 프로퍼티

public List Components
리턴 List