C# 클래스 NekoKun.RPGMaker.ScriptFile

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

공개 프로퍼티들

프로퍼티 타입 설명
ID int
Title string
parent ScriptListFile

공개 메소드들

메소드 설명
ScriptFile ( ScriptListFile file, string code, string title, int id ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
Delete ( ) : void
Save ( ) : void

메소드 상세

Delete() 보호된 메소드

protected Delete ( ) : void
리턴 void

Save() 보호된 메소드

protected Save ( ) : void
리턴 void

ScriptFile() 공개 메소드

public ScriptFile ( ScriptListFile file, string code, string title, int id ) : System
file ScriptListFile
code string
title string
id int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

Title 공개적으로 프로퍼티

public string Title
리턴 string

parent 공개적으로 프로퍼티

public ScriptListFile,NekoKun.RPGMaker parent
리턴 ScriptListFile