C# 클래스 CardMaker.Events.Managers.IssueManager

Manages issue tracking across the application
파일 보기 프로젝트 열기: nhmkdev/cardmaker

공개 메소드들

메소드 설명
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

메소드 상세

FireAddIssueEvent() 공개 메소드

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

FireChangeCardInfoEvent() 공개 메소드

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

FireChangeElementEvent() 공개 메소드

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

FireRefreshRequestedEvent() 공개 메소드

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