C# Class ScrewTurn.Wiki.EditingSession

Represents an Editing Session.
显示文件 Open project: mono/ScrewTurnWiki

Public Methods

Method 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 method

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.
return System

Renew() public method

Sets the Last Contact to now.
public Renew ( ) : void
return void