C# Class CardMaker.Events.Managers.IssueManager

Manages issue tracking across the application
Mostra file Open project: nhmkdev/cardmaker

Public Methods

Method 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 method

Adds an issue
public FireAddIssueEvent ( string sIssue ) : void
sIssue string The issue message
return void

FireChangeCardInfoEvent() public method

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

FireChangeElementEvent() public method

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

FireRefreshRequestedEvent() public method

Fires the request event to refresh the issues
public FireRefreshRequestedEvent ( ) : void
return void