C# Class CommentsExchange, Malevich

Inheritance: System.Web.Services.WebService
Afficher le fichier Open project: daptiv/Malevich

Méthodes publiques

Méthode Description
CommentsExchange ( ) : System

Trivial constructor. Does nothing.

Private Methods

Méthode 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 méthode

Trivial constructor. Does nothing.
public CommentsExchange ( ) : System
Résultat System