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
Показать файл Открыть проект

Открытые методы

Метод Описание
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