C# Class FT.Scraper.Law2009

Afficher le fichier Open project: friism/folketsting

Méthodes publiques

Méthode Description
DoChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void
DoNonChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void

Private Methods

Méthode Description
CheckforList ( HtmlNode p, Section s ) : void
GetDoc ( string html ) : HtmlAgilityPack.HtmlDocument
GetSectionText ( HtmlNode p ) : string
TrimPar ( string numbertext ) : string

Method Details

DoChangeLawTexts() public static méthode

public static DoChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void
lawtext string
stage LawStage
law FT.DB.Law
db FT.DB.DBDataContext
Résultat void

DoNonChangeLawTexts() public static méthode

public static DoNonChangeLawTexts ( string lawtext, LawStage stage, Law law, DBDataContext db ) : void
lawtext string
stage LawStage
law FT.DB.Law
db FT.DB.DBDataContext
Résultat void