Table of Contents

Interface IOutputFactory

Namespace
Loehnert.Lisrt.Scripting.OutputTool
Assembly
Loehnert.Lisrt.Scripting.dll

Factory for creating or getting any IOutput.

public interface IOutputFactory

Methods

GetOutputViewModel(IShell)

Gets or creates an IOutput with it's IShell as key.

IOutput GetOutputViewModel(IShell parentShell)

Parameters

parentShell IShell

The shell which contains the output tool.

Returns

IOutput

An IOutput.