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

Inheritance: IWorkSurfaceViewModel, IWorkflowDesignerViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Activate ( ) : void
AddMissingWithNoPopUpAndFindUnusedDataListItems ( ) : void
BindToModel ( ) : void
CanClose ( Action callback ) : void
Deactivate ( bool close ) : void
Dispose ( ) : void
NotifyItemSelected ( object primarySelection ) : bool
NotifyOfPropertyChange ( string propertyName ) : void
Refresh ( ) : void
TryClose ( ) : void
UpdateWorkflowLink ( string newLink ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

AddMissingWithNoPopUpAndFindUnusedDataListItems() public méthode

public AddMissingWithNoPopUpAndFindUnusedDataListItems ( ) : void
Résultat void

BindToModel() public méthode

public BindToModel ( ) : void
Résultat void

CanClose() public méthode

public CanClose ( Action callback ) : void
callback Action
Résultat void

Deactivate() public méthode

public Deactivate ( bool close ) : void
close bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NotifyItemSelected() public méthode

public NotifyItemSelected ( object primarySelection ) : bool
primarySelection object
Résultat bool

NotifyOfPropertyChange() public méthode

public NotifyOfPropertyChange ( string propertyName ) : void
propertyName string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

TryClose() public méthode

public TryClose ( ) : void
Résultat void

UpdateWorkflowLink() public méthode

public UpdateWorkflowLink ( string newLink ) : void
newLink string
Résultat void