C# Class Nagru___Manga_Organizer.csEHSearch.gmetadata

Parses the JSON object returned from EH into a C# class
Show file 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 property

public string archiver_key
return string

category public property

public string category
return string

expunged public property

public bool expunged
return bool

filecount public property

public int filecount
return int

filesize public property

public int filesize
return int

gid public property

public int gid
return int

posted public property

public DateTime,System posted
return System.DateTime

rating public property

public float rating
return float

tags public property

public string[] tags
return string[]

thumb public property

public string thumb
return string

title public property

public string title
return string

title_jpn public property

public string title_jpn
return string

token public property

public string token
return string

torrentcount public property

public int torrentcount
return int

uploader public property

public string uploader
return string