C# Class BugzillaInterface.BugReport

Afficher le fichier Open project: skyronic/splatter Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

FlagChanged() public méthode

public FlagChanged ( ) : void
Résultat void

MarkRead() public méthode

public MarkRead ( ) : void
Résultat void

MarkUnread() public méthode

public MarkUnread ( ) : void
Résultat void

MergeComments() public méthode

public MergeComments ( List items ) : void
items List
Résultat void

ResetComments() public méthode

public ResetComments ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

setComments() public méthode

public setComments ( System oldComments ) : void
oldComments System
Résultat void