C# 클래스 JSONTools.JSONObjectOLD

파일 보기 프로젝트 열기: DaveSanders/jsontools 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string Name, object Value, string Type ) : void
AddOrRename ( string OldName, string NewName, object Value, string Type ) : void
Find ( string Name ) : JSONAttribute
GetObjects ( string Input ) : List
ParseRaw ( ) : void
Remove ( string Name ) : void
SortByType ( ) : List

메소드 상세

Add() 공개 메소드

public Add ( string Name, object Value, string Type ) : void
Name string
Value object
Type string
리턴 void

AddOrRename() 공개 메소드

public AddOrRename ( string OldName, string NewName, object Value, string Type ) : void
OldName string
NewName string
Value object
Type string
리턴 void

Find() 공개 메소드

public Find ( string Name ) : JSONAttribute
Name string
리턴 JSONAttribute

GetObjects() 공개 정적인 메소드

public static GetObjects ( string Input ) : List
Input string
리턴 List

ParseRaw() 공개 메소드

public ParseRaw ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( string Name ) : void
Name string
리턴 void

SortByType() 공개 메소드

public SortByType ( ) : List
리턴 List