C# 클래스 PLC.PLCPhaseControl

The PLCPhaseControl graphic is meant to represent an entire phase. It is really the base class to represent the various phase subclasses that may exist. This class knows how to draw itself as that big arrow with the fancy title at the top.
상속: ActiveArea
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
AddFeatureDeliverable ( string deliverable ) : void
AddProductDeliverable ( string deliverable ) : void
AddStage ( string stageName ) : void
PLCPhaseControl ( string title, string stageTitle, int width, int height, bool swappable ) : System

메소드 상세

AddFeatureDeliverable() 공개 메소드

public AddFeatureDeliverable ( string deliverable ) : void
deliverable string
리턴 void

AddProductDeliverable() 공개 메소드

public AddProductDeliverable ( string deliverable ) : void
deliverable string
리턴 void

AddStage() 공개 메소드

public AddStage ( string stageName ) : void
stageName string
리턴 void

PLCPhaseControl() 공개 메소드

public PLCPhaseControl ( string title, string stageTitle, int width, int height, bool swappable ) : System
title string
stageTitle string
width int
height int
swappable bool
리턴 System