C# Class Platform.Examples.WikipediaImporter

TODO: Can be renamed to XMLImporter TODO: Add support for XML arguments
Afficher le fichier Open project: Konard/LinksPlatform

Méthodes publiques

Méthode Description
Import ( string file, CancellationToken token ) : Task
WikipediaImporter ( IWikipediaStorage storage ) : System

Private Methods

Méthode Description
Read ( XmlReader reader, CancellationToken token, ElementContext context ) : void
ToXPath ( Stack path ) : string

Method Details

Import() public méthode

public Import ( string file, CancellationToken token ) : Task
file string
token System.Threading.CancellationToken
Résultat Task

WikipediaImporter() public méthode

public WikipediaImporter ( IWikipediaStorage storage ) : System
storage IWikipediaStorage
Résultat System