Table of Contents

Interface IProjectViewModelFactory

Namespace
Loehnert.Lisrt.Scripting.Project.Interfaces
Assembly
Loehnert.Lisrt.Scripting.dll

Interface for an IProjectViewModel factory.

public interface IProjectViewModelFactory

Methods

GetProjectViewModel(IScriptShell)

Initializes a new instance of a class that implements IProjectViewModel.

IProjectViewModel GetProjectViewModel(IScriptShell parentShell)

Parameters

parentShell IScriptShell

Parent shell.

Returns

IProjectViewModel

A new instance of a class that implements IProjectViewModel.