C# 클래스 GameTool.Class.JSONInOut

파일 보기 프로젝트 열기: NHNNEXT/2014-01-HUDIGAME-skyLab

공개 메소드들

메소드 설명
ChangeJsonData ( TreeNode changedNode, string val ) : void
LoadJsonFile ( ListBox JsonList, TreeView VariableList, Button StartBtn ) : void
SaveJsonFile ( TextBox JSONNameToSave ) : void
SearchJsonFiles ( ListBox JsonFileList ) : void
ShowJsonData ( TreeView treeView ) : void
ShowJsonItemData ( ListView listView ) : void
ShowJsonItemDetailStatus ( string itemname ) : void
SplitJSONKeyFromKeyValue ( string rawText ) : string
SplitJSONValueFromKeyValue ( string rawText ) : string

비공개 메소드들

메소드 설명
BuildJsonDataTree ( TreeNode treeNode, System.Net.Json.JsonObjectCollection jObj ) : void
BuildJsonItemDataList ( ListView listView, System.Net.Json.JsonObjectCollection jObj ) : void
IsCorrectFileName ( string fileName ) : bool

메소드 상세

ChangeJsonData() 공개 메소드

public ChangeJsonData ( TreeNode changedNode, string val ) : void
changedNode System.Windows.Forms.TreeNode
val string
리턴 void

LoadJsonFile() 공개 메소드

public LoadJsonFile ( ListBox JsonList, TreeView VariableList, Button StartBtn ) : void
JsonList System.Windows.Forms.ListBox
VariableList System.Windows.Forms.TreeView
StartBtn System.Windows.Forms.Button
리턴 void

SaveJsonFile() 공개 메소드

public SaveJsonFile ( TextBox JSONNameToSave ) : void
JSONNameToSave System.Windows.Forms.TextBox
리턴 void

SearchJsonFiles() 공개 메소드

public SearchJsonFiles ( ListBox JsonFileList ) : void
JsonFileList System.Windows.Forms.ListBox
리턴 void

ShowJsonData() 공개 메소드

public ShowJsonData ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
리턴 void

ShowJsonItemData() 공개 메소드

public ShowJsonItemData ( ListView listView ) : void
listView System.Windows.Forms.ListView
리턴 void

ShowJsonItemDetailStatus() 공개 메소드

public ShowJsonItemDetailStatus ( string itemname ) : void
itemname string
리턴 void

SplitJSONKeyFromKeyValue() 공개 메소드

public SplitJSONKeyFromKeyValue ( string rawText ) : string
rawText string
리턴 string

SplitJSONValueFromKeyValue() 공개 메소드

public SplitJSONValueFromKeyValue ( string rawText ) : string
rawText string
리턴 string