C# Class Nagru___Manga_Organizer.csEHSearch.gmetadata

Parses the JSON object returned from EH into a C# class
显示文件 Open project: Nagru/Manga-Organizer

Public Properties

Property Type Description
archiver_key string
category string
expunged bool
filecount int
filesize int
gid int
posted System.DateTime
rating float
tags string[]
thumb string
title string
title_jpn string
token string
torrentcount int
uploader string

Public Methods

Method Description
GetTags ( string sCurrentTags = null ) : string

Returns all the tags in the object, organized by name

gmetadata ( string JSON ) : System

The constructor which parses out the JSON object

Method Details

GetTags() public method

Returns all the tags in the object, organized by name
public GetTags ( string sCurrentTags = null ) : string
sCurrentTags string Adds in any passed in tags to the returned array
return string

gmetadata() public method

The constructor which parses out the JSON object
public gmetadata ( string JSON ) : System
JSON string The JSON object literal
return System

Property Details

archiver_key public_oe property

public string archiver_key
return string

category public_oe property

public string category
return string

expunged public_oe property

public bool expunged
return bool

filecount public_oe property

public int filecount
return int

filesize public_oe property

public int filesize
return int

gid public_oe property

public int gid
return int

posted public_oe property

public DateTime,System posted
return System.DateTime

rating public_oe property

public float rating
return float

tags public_oe property

public string[] tags
return string[]

thumb public_oe property

public string thumb
return string

title public_oe property

public string title
return string

title_jpn public_oe property

public string title_jpn
return string

token public_oe property

public string token
return string

torrentcount public_oe property

public int torrentcount
return int

uploader public_oe property

public string uploader
return string