C# Class Dev2.Studio.ViewModels.Workflow.DsfActivityDropViewModel

Inheritance: Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Свойство Type Description
GetEnvironmentRepository Func

Private Properties

Свойство Type Description
CanSelect bool
Cancel void
CheckIfSelectedItemChanged void
Init void

Méthodes publiques

Méthode Description
DsfActivityDropViewModel ( INavigationViewModel navigationViewModel, enDsfActivityType dsfActivityType ) : System
Okay ( ) : void

Used for saving the data input by the user to the file system and pushing the data back at the workflow

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
CanSelect ( ) : bool
Cancel ( ) : void

Used for canceling the drop of t he design surface

CheckIfSelectedItemChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void
Init ( ) : void

Method Details

DsfActivityDropViewModel() public méthode

public DsfActivityDropViewModel ( INavigationViewModel navigationViewModel, enDsfActivityType dsfActivityType ) : System
navigationViewModel INavigationViewModel
dsfActivityType enDsfActivityType
Résultat System

Okay() public méthode

Used for saving the data input by the user to the file system and pushing the data back at the workflow
public Okay ( ) : void
Résultat void

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

Property Details

GetEnvironmentRepository public_oe property

public Func GetEnvironmentRepository
Résultat Func