C# 클래스 CommentsExchange, Malevich

상속: System.Web.Services.WebService
파일 보기 프로젝트 열기: daptiv/Malevich

공개 메소드들

메소드 설명
CommentsExchange ( ) : System

Trivial constructor. Does nothing.

비공개 메소드들

메소드 설명
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

메소드 상세

CommentsExchange() 공개 메소드

Trivial constructor. Does nothing.
public CommentsExchange ( ) : System
리턴 System