C# Class CardMaker.Events.Managers.IssueManager

Manages issue tracking across the application
Afficher le fichier Open project: nhmkdev/cardmaker

Méthodes publiques

Méthode Description
FireAddIssueEvent ( string sIssue ) : void

Adds an issue

FireChangeCardInfoEvent ( int nLayout, int nCard ) : void

Adjusts the issue tracking to the specified details

FireChangeElementEvent ( string sName ) : void

Adjusts the issue track to the given element name

FireRefreshRequestedEvent ( ) : void

Fires the request event to refresh the issues

Method Details

FireAddIssueEvent() public méthode

Adds an issue
public FireAddIssueEvent ( string sIssue ) : void
sIssue string The issue message
Résultat void

FireChangeCardInfoEvent() public méthode

Adjusts the issue tracking to the specified details
public FireChangeCardInfoEvent ( int nLayout, int nCard ) : void
nLayout int
nCard int
Résultat void

FireChangeElementEvent() public méthode

Adjusts the issue track to the given element name
public FireChangeElementEvent ( string sName ) : void
sName string
Résultat void

FireRefreshRequestedEvent() public méthode

Fires the request event to refresh the issues
public FireRefreshRequestedEvent ( ) : void
Résultat void