C# Class RestBugs.Services.Model.Bug

Afficher le fichier Open project: howarddierking/RestBugs Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( string comments ) : void
Approve ( ) : void
Bug ( ) : System
Close ( string comments ) : void
Resolve ( string comments ) : void

Method Details

Activate() public méthode

public Activate ( string comments ) : void
comments string
Résultat void

Approve() public méthode

public Approve ( ) : void
Résultat void

Bug() public méthode

public Bug ( ) : System
Résultat System

Close() public méthode

public Close ( string comments ) : void
comments string
Résultat void

Resolve() public méthode

public Resolve ( string comments ) : void
comments string
Résultat void