C# Class Claymore.SharpMediaWiki.WikiPage

Afficher le fichier Open project: Claymore/SharpMediaWiki Class Usage Examples

Méthodes publiques

Méthode Description
Append ( Wiki wiki, string text, string summary ) : string
Create ( Wiki wiki, string summary ) : string
Delete ( Wiki wiki, string reason ) : void
Load ( Wiki wiki ) : void
LoadEx ( Wiki wiki ) : void
Move ( Wiki wiki, string newTitle, string reason ) : void
Move ( Wiki wiki, string newTitle, string reason, bool moveTalk, bool noRedirect ) : void
Parse ( string title, string text ) : WikiPage
Parse ( string text ) : void
Prepend ( Wiki wiki, string text, string summary ) : string
Protect ( Wiki wiki, List protections, string reason ) : void
Save ( Wiki wiki, string summary ) : string
Stabilize ( Wiki wiki, string reason ) : void
UpProtect ( Wiki wiki, string reason ) : void
WikiPage ( string title ) : System
WikiPage ( string title, string text ) : System

Private Methods

Méthode Description
WikiPage ( ) : System

Method Details

Append() public méthode

public Append ( Wiki wiki, string text, string summary ) : string
wiki Wiki
text string
summary string
Résultat string

Create() public méthode

public Create ( Wiki wiki, string summary ) : string
wiki Wiki
summary string
Résultat string

Delete() public méthode

public Delete ( Wiki wiki, string reason ) : void
wiki Wiki
reason string
Résultat void

Load() public méthode

public Load ( Wiki wiki ) : void
wiki Wiki
Résultat void

LoadEx() public méthode

public LoadEx ( Wiki wiki ) : void
wiki Wiki
Résultat void

Move() public méthode

public Move ( Wiki wiki, string newTitle, string reason ) : void
wiki Wiki
newTitle string
reason string
Résultat void

Move() public méthode

public Move ( Wiki wiki, string newTitle, string reason, bool moveTalk, bool noRedirect ) : void
wiki Wiki
newTitle string
reason string
moveTalk bool
noRedirect bool
Résultat void

Parse() public static méthode

public static Parse ( string title, string text ) : WikiPage
title string
text string
Résultat WikiPage

Parse() public méthode

public Parse ( string text ) : void
text string
Résultat void

Prepend() public méthode

public Prepend ( Wiki wiki, string text, string summary ) : string
wiki Wiki
text string
summary string
Résultat string

Protect() public méthode

public Protect ( Wiki wiki, List protections, string reason ) : void
wiki Wiki
protections List
reason string
Résultat void

Save() public méthode

public Save ( Wiki wiki, string summary ) : string
wiki Wiki
summary string
Résultat string

Stabilize() public méthode

public Stabilize ( Wiki wiki, string reason ) : void
wiki Wiki
reason string
Résultat void

UpProtect() public méthode

public UpProtect ( Wiki wiki, string reason ) : void
wiki Wiki
reason string
Résultat void

WikiPage() public méthode

public WikiPage ( string title ) : System
title string
Résultat System

WikiPage() public méthode

public WikiPage ( string title, string text ) : System
title string
text string
Résultat System