Table of Contents

Interface IErrorListFactory

Namespace
Loehnert.Lisrt.Scripting.ErrorList
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for a factory that creates a IErrorList.

public interface IErrorListFactory

Methods

GetErrorListViewModel(IShell)

Gets an IErrorList for the given parentShell.

IErrorList GetErrorListViewModel(IShell parentShell)

Parameters

parentShell IShell

The shell which contains the error list.

Returns

IErrorList

An error list tool instance.