Для изменения размера нажмите или перетащите

WorkplaceService - конструктор

Initializes a new instance of the WorkplaceService class. Инициализирует новый экземпляр класса Object.

Пространство имён:  Tessa.Views.Workplaces
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public WorkplaceService(
	[NotNullAttribute] Func<ITessaWorkplaceService> factory,
	[NotNullAttribute] IMessageProvider messageProvider,
	[NotNullAttribute] IWorkplaceInterpreter workplaceInterpreter,
	[NotNullAttribute] IIndentationStrategy indentationStrategy
)

Параметры

factory
Тип: SystemFuncITessaWorkplaceService
Фабрика создания сервиса рабочих мест
messageProvider
Тип: Tessa.Platform.RuntimeIMessageProvider
Объект осуществляющий вывод сообщений
workplaceInterpreter
Тип: Tessa.Views.Parser.SyntaxTree.WorkplaceIWorkplaceInterpreter
Интерпретатор рабочих мест
indentationStrategy
Тип: Tessa.Views.ParserIIndentationStrategy
Стратегия выравнивания текста
См. также