C# Class Dev2.Core.Tests.ViewModelTests.TestWorkSurfaceContextViewModel

Inheritance: WorkSurfaceContextViewModel
Mostrar archivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
TestWorkSurfaceContextViewModel ( IEventAggregator eventPublisher, WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System
TestWorkSurfaceContextViewModel ( WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System

Protected Methods

Method Description
Save ( IContextualResourceModel resource, bool isLocalSave, bool addToTabManager = true, bool isStudioShutdown = false ) : bool

Method Details

Save() protected method

protected Save ( IContextualResourceModel resource, bool isLocalSave, bool addToTabManager = true, bool isStudioShutdown = false ) : bool
resource IContextualResourceModel
isLocalSave bool
addToTabManager bool
isStudioShutdown bool
return bool

TestWorkSurfaceContextViewModel() public method

public TestWorkSurfaceContextViewModel ( IEventAggregator eventPublisher, WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System
eventPublisher IEventAggregator
workSurfaceKey WorkSurfaceKey
workSurfaceViewModel IWorkSurfaceViewModel
return System

TestWorkSurfaceContextViewModel() public method

public TestWorkSurfaceContextViewModel ( WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System
workSurfaceKey WorkSurfaceKey
workSurfaceViewModel IWorkSurfaceViewModel
return System