C# Class CommentsExchange, Malevich

Inheritance: System.Web.Services.WebService
Exibir arquivo Open project: daptiv/Malevich

Public Methods

Method Description
CommentsExchange ( ) : System

Trivial constructor. Does nothing.

Private Methods

Method Description
AddComment ( string commentId, string commentText ) : void
DeleteComment ( string commentId ) : void
GetNumberOfOpenReviews ( ) : int
GetNumberOfReviewsWhereIAmAReviewer ( ) : int
GetNumberOfReviewsWhereIAmTheReviewee ( ) : int
GetUserAlias ( ) : string

Gets the current user's name, normalized to an alias (sans the domain name).

RecordHintShowing ( int hintNumber ) : void

Method Details

CommentsExchange() public method

Trivial constructor. Does nothing.
public CommentsExchange ( ) : System
return System