C# Class Nagru___Manga_Organizer.csEHSearch.gmetadata

Parses the JSON object returned from EH into a C# class
Afficher le fichier Open project: Nagru/Manga-Organizer

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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
Résultat string

gmetadata() public méthode

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

Property Details

archiver_key public_oe property

public string archiver_key
Résultat string

category public_oe property

public string category
Résultat string

expunged public_oe property

public bool expunged
Résultat bool

filecount public_oe property

public int filecount
Résultat int

filesize public_oe property

public int filesize
Résultat int

gid public_oe property

public int gid
Résultat int

posted public_oe property

public DateTime,System posted
Résultat System.DateTime

rating public_oe property

public float rating
Résultat float

tags public_oe property

public string[] tags
Résultat string[]

thumb public_oe property

public string thumb
Résultat string

title public_oe property

public string title
Résultat string

title_jpn public_oe property

public string title_jpn
Résultat string

token public_oe property

public string token
Résultat string

torrentcount public_oe property

public int torrentcount
Résultat int

uploader public_oe property

public string uploader
Résultat string