C# Class BugTracker_40.Bug

Afficher le fichier Open project: casualjim/ironruby-in-action-manuscript Class Usage Examples

Méthodes publiques

Méthode Description
Assign ( string assignee ) : void
Bug ( string title ) : System
Close ( ) : void
Deassign ( ) : void
Deassigned ( ) : void
Defer ( ) : void
OnAssigned ( string assignee ) : void
SendEmailToAssignee ( string message ) : void

Private Methods

Méthode Description
ExecuteRubyDefinition ( ) : void

Method Details

Assign() public méthode

public Assign ( string assignee ) : void
assignee string
Résultat void

Bug() public méthode

public Bug ( string title ) : System
title string
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Deassign() public méthode

public Deassign ( ) : void
Résultat void

Deassigned() public méthode

public Deassigned ( ) : void
Résultat void

Defer() public méthode

public Defer ( ) : void
Résultat void

OnAssigned() public méthode

public OnAssigned ( string assignee ) : void
assignee string
Résultat void

SendEmailToAssignee() public méthode

public SendEmailToAssignee ( string message ) : void
message string
Résultat void