C# Class ScrewTurn.Wiki.EditingSession

Represents an Editing Session.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
EditingSession ( string page, string user ) : System

Initializes a new instance of the EditingSession class.

Renew ( ) : void

Sets the Last Contact to now.

Method Details

EditingSession() public méthode

Initializes a new instance of the EditingSession class.
public EditingSession ( string page, string user ) : System
page string The edited Page.
user string The User who is editing the Page.
Résultat System

Renew() public méthode

Sets the Last Contact to now.
public Renew ( ) : void
Résultat void