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

Inheritance: WorkSurfaceContextViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
TestWorkSurfaceContextViewModel ( IEventAggregator eventPublisher, WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System
TestWorkSurfaceContextViewModel ( WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System

Méthodes protégées

Méthode Description
Save ( IContextualResourceModel resource, bool isLocalSave, bool addToTabManager = true, bool isStudioShutdown = false ) : bool

Method Details

Save() protected méthode

protected Save ( IContextualResourceModel resource, bool isLocalSave, bool addToTabManager = true, bool isStudioShutdown = false ) : bool
resource IContextualResourceModel
isLocalSave bool
addToTabManager bool
isStudioShutdown bool
Résultat bool

TestWorkSurfaceContextViewModel() public méthode

public TestWorkSurfaceContextViewModel ( IEventAggregator eventPublisher, WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System
eventPublisher IEventAggregator
workSurfaceKey WorkSurfaceKey
workSurfaceViewModel IWorkSurfaceViewModel
Résultat System

TestWorkSurfaceContextViewModel() public méthode

public TestWorkSurfaceContextViewModel ( WorkSurfaceKey workSurfaceKey, IWorkSurfaceViewModel workSurfaceViewModel ) : System
workSurfaceKey WorkSurfaceKey
workSurfaceViewModel IWorkSurfaceViewModel
Résultat System