C# Class BugzillaInterface.BugReport

Exibir arquivo Open project: skyronic/splatter Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FlagChanged ( ) : void
MarkRead ( ) : void
MarkUnread ( ) : void
MergeComments ( List items ) : void
ResetComments ( ) : void
ToString ( ) : string
setComments ( System oldComments ) : void

Method Details

FlagChanged() public method

public FlagChanged ( ) : void
return void

MarkRead() public method

public MarkRead ( ) : void
return void

MarkUnread() public method

public MarkUnread ( ) : void
return void

MergeComments() public method

public MergeComments ( List items ) : void
items List
return void

ResetComments() public method

public ResetComments ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

setComments() public method

public setComments ( System oldComments ) : void
oldComments System
return void