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

Inheritance: Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel
Mostrar archivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
GetEnvironmentRepository Func

Private Properties

Property Type Description
CanSelect bool
Cancel void
CheckIfSelectedItemChanged void
Init void

Public Methods

Method 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

Protected Methods

Method Description
OnDispose ( ) : void

Private Methods

Method 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 method

public DsfActivityDropViewModel ( INavigationViewModel navigationViewModel, enDsfActivityType dsfActivityType ) : System
navigationViewModel INavigationViewModel
dsfActivityType enDsfActivityType
return System

Okay() public method

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

OnDispose() protected method

protected OnDispose ( ) : void
return void

Property Details

GetEnvironmentRepository public_oe property

public Func GetEnvironmentRepository
return Func