IProjectMakerService

Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectMaker.IProjectMakerService
Kind: interface


Wcf service contract for working with ProjectMaker

Methods

TestVersionsList

Method

bool TestVersionsList()

Find current version in versions array

RecordNewProject

Method

void RecordNewProject()

Record new project

StartRecord

Method

void StartRecord()

Start record

StopRecord

Method

void StopRecord()

Stop record

StartIntelliSearch

Method

void StartIntelliSearch()

Start Intelli Search

StartDebug

Method

void StartDebug()

Start debug

GoToBreakPoint

Method

void GoToBreakPoint()

Debug up to the breakpoint

StopDebug

Method

void StopDebug()

Stop debug

SaveProjectAs

Method

void SaveProjectAs()

Save project as

GoToUrl

Method

void GoToUrl(string url)

Navigate to url

Parameters

TypeNameDescription
stringurladress

IsSuccesDebug

Method

bool IsSuccesDebug()

Is successful debug

IsFinishedDebug

Method

bool IsFinishedDebug()

Is finished debug

OpenProject

Method

void OpenProject(string path)

Open project

Parameters

TypeNameDescription
stringpathpath to project

CloseCurrentProject

Method

void CloseCurrentProject()

Close current project

PlayAtFirst

Method

void PlayAtFirst()

Start project execution from first action