C# Class Huaban.UWP.Models.User

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

Public Methods

Method Description
GetDefaultAvatar ( ) : ImageFile
Parse ( Newtonsoft.Json.Linq.JObject obj, bool deptParse = false ) : User
Parse ( string json ) : User
ParseList ( Newtonsoft.Json.Linq.JArray arry, bool deptParse = false ) : List

Method Details

GetDefaultAvatar() public static method

public static GetDefaultAvatar ( ) : ImageFile
return ImageFile

Parse() public static method

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

Parse() public static method

public static Parse ( string json ) : User
json string
return User

ParseList() public static method

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