C# Класс MediatorPattern.StockMediator

Наследование: MediatorPattern.Mediator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddColleague ( Colleague colleague ) : void
BuyOffer ( Stock stock, int shares, int code ) : void
PrintStockOfferings ( ) : void
SaleOffer ( Stock stock, int shares, int code ) : void
StockMediator ( ) : System.Collections

Описание методов

AddColleague() публичный Метод

public AddColleague ( Colleague colleague ) : void
colleague Colleague
Результат void

BuyOffer() публичный Метод

public BuyOffer ( Stock stock, int shares, int code ) : void
stock Stock
shares int
code int
Результат void

PrintStockOfferings() публичный Метод

public PrintStockOfferings ( ) : void
Результат void

SaleOffer() публичный Метод

public SaleOffer ( Stock stock, int shares, int code ) : void
stock Stock
shares int
code int
Результат void

StockMediator() публичный Метод

public StockMediator ( ) : System.Collections
Результат System.Collections