C# Class 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.
Inheritance: ActiveArea
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
AddFeatureDeliverable ( string deliverable ) : void
AddProductDeliverable ( string deliverable ) : void
AddStage ( string stageName ) : void
PLCPhaseControl ( string title, string stageTitle, int width, int height, bool swappable ) : System

Method Details

AddFeatureDeliverable() public method

public AddFeatureDeliverable ( string deliverable ) : void
deliverable string
return void

AddProductDeliverable() public method

public AddProductDeliverable ( string deliverable ) : void
deliverable string
return void

AddStage() public method

public AddStage ( string stageName ) : void
stageName string
return void

PLCPhaseControl() public method

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