C# 클래스 Build2014.Csharp6.PointJson

파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
ArrayToString ( this points ) : string
FromJson ( Newtonsoft.Json.Linq.JArray array ) : IEnumerable
ParseArray ( string json ) : IEnumerable
ToJson ( IEnumerable points ) : Newtonsoft.Json.Linq.JArray

비공개 메소드들

메소드 설명
Point ( x y ) : Newtonsoft.Json.Linq
TryGetInt ( json json ) : Newtonsoft.Json.Linq
TryGetInt ( JToken json, int &value ) : bool

메소드 상세

ArrayToString() 공개 정적인 메소드

public static ArrayToString ( this points ) : string
points this
리턴 string

FromJson() 공개 정적인 메소드

public static FromJson ( Newtonsoft.Json.Linq.JArray array ) : IEnumerable
array Newtonsoft.Json.Linq.JArray
리턴 IEnumerable

ParseArray() 공개 정적인 메소드

public static ParseArray ( string json ) : IEnumerable
json string
리턴 IEnumerable

ToJson() 공개 정적인 메소드

public static ToJson ( IEnumerable points ) : Newtonsoft.Json.Linq.JArray
points IEnumerable
리턴 Newtonsoft.Json.Linq.JArray