C# Class Huaban.UWP.Models.Pin

Inheritance: ObservableObject
ファイルを表示 Open project: dblleaf/Huaban Class Usage Examples

Public Methods

Method Description
Parse ( Newtonsoft.Json.Linq.JObject obj, bool deptParse = false ) : Pin
ParseList ( Newtonsoft.Json.Linq.JArray arr, bool deptParse = false ) : List
Pin ( ) : System

Method Details

Parse() public static method

public static Parse ( Newtonsoft.Json.Linq.JObject obj, bool deptParse = false ) : Pin
obj Newtonsoft.Json.Linq.JObject
deptParse bool
return Pin

ParseList() public static method

public static ParseList ( Newtonsoft.Json.Linq.JArray arr, bool deptParse = false ) : List
arr Newtonsoft.Json.Linq.JArray
deptParse bool
return List

Pin() public method

public Pin ( ) : System
return System