C# Class GameTool.Class.JSONInOut

Afficher le fichier Open project: NHNNEXT/2014-01-HUDIGAME-skyLab

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
BuildJsonDataTree ( TreeNode treeNode, System.Net.Json.JsonObjectCollection jObj ) : void
BuildJsonItemDataList ( ListView listView, System.Net.Json.JsonObjectCollection jObj ) : void
IsCorrectFileName ( string fileName ) : bool

Method Details

ChangeJsonData() public méthode

public ChangeJsonData ( TreeNode changedNode, string val ) : void
changedNode System.Windows.Forms.TreeNode
val string
Résultat void

LoadJsonFile() public méthode

public LoadJsonFile ( ListBox JsonList, TreeView VariableList, Button StartBtn ) : void
JsonList System.Windows.Forms.ListBox
VariableList System.Windows.Forms.TreeView
StartBtn System.Windows.Forms.Button
Résultat void

SaveJsonFile() public méthode

public SaveJsonFile ( TextBox JSONNameToSave ) : void
JSONNameToSave System.Windows.Forms.TextBox
Résultat void

SearchJsonFiles() public méthode

public SearchJsonFiles ( ListBox JsonFileList ) : void
JsonFileList System.Windows.Forms.ListBox
Résultat void

ShowJsonData() public méthode

public ShowJsonData ( TreeView treeView ) : void
treeView System.Windows.Forms.TreeView
Résultat void

ShowJsonItemData() public méthode

public ShowJsonItemData ( ListView listView ) : void
listView System.Windows.Forms.ListView
Résultat void

ShowJsonItemDetailStatus() public méthode

public ShowJsonItemDetailStatus ( string itemname ) : void
itemname string
Résultat void

SplitJSONKeyFromKeyValue() public méthode

public SplitJSONKeyFromKeyValue ( string rawText ) : string
rawText string
Résultat string

SplitJSONValueFromKeyValue() public méthode

public SplitJSONValueFromKeyValue ( string rawText ) : string
rawText string
Résultat string