C# Class Tp.Bugzilla.BugzillaQueries.BugzillaCommentAction

Inheritance: IBugzillaAction
ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
BugzillaCommentAction ( string bugzillaBugId, string commentText, string owner, System.DateTime createDate ) : System
GetOperationDescription ( ) : string
Value ( ) : string

Private Methods

Method Description
StripHtmlTags ( string input ) : string

Method Details

BugzillaCommentAction() public method

public BugzillaCommentAction ( string bugzillaBugId, string commentText, string owner, System.DateTime createDate ) : System
bugzillaBugId string
commentText string
owner string
createDate System.DateTime
return System

GetOperationDescription() public method

public GetOperationDescription ( ) : string
return string

Value() public method

public Value ( ) : string
return string