C# Class Dev2.Activities.Designers2.Foreach.ForeachDesignerViewModel

Inheritance: ActivityDesignerViewModel
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
CsvIndexesVisibilityProperty System.Windows.DependencyProperty
FromVisibilityProperty System.Windows.DependencyProperty
NumberVisibilityProperty System.Windows.DependencyProperty
RecordsetVisibilityProperty System.Windows.DependencyProperty
SelectedForeachTypeProperty System.Windows.DependencyProperty
ToVisibilityProperty System.Windows.DependencyProperty
VisibilityProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
OnSelectedForeachTypeChanged void

Public Methods

Method Description
ForeachDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System
MultipleItemsToSequence ( IDataObject dataObject ) : bool
Validate ( ) : void

Private Methods

Method Description
OnSelectedForeachTypeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

ForeachDesignerViewModel() public method

public ForeachDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System
modelItem System.Activities.Presentation.Model.ModelItem
return System

MultipleItemsToSequence() public method

public MultipleItemsToSequence ( IDataObject dataObject ) : bool
dataObject IDataObject
return bool

Validate() public method

public Validate ( ) : void
return void

Property Details

CsvIndexesVisibilityProperty public static property

public static DependencyProperty,System.Windows CsvIndexesVisibilityProperty
return System.Windows.DependencyProperty

FromVisibilityProperty public static property

public static DependencyProperty,System.Windows FromVisibilityProperty
return System.Windows.DependencyProperty

NumberVisibilityProperty public static property

public static DependencyProperty,System.Windows NumberVisibilityProperty
return System.Windows.DependencyProperty

RecordsetVisibilityProperty public static property

public static DependencyProperty,System.Windows RecordsetVisibilityProperty
return System.Windows.DependencyProperty

SelectedForeachTypeProperty public static property

public static DependencyProperty,System.Windows SelectedForeachTypeProperty
return System.Windows.DependencyProperty

ToVisibilityProperty public static property

public static DependencyProperty,System.Windows ToVisibilityProperty
return System.Windows.DependencyProperty

VisibilityProperty public static property

public static DependencyProperty,System.Windows VisibilityProperty
return System.Windows.DependencyProperty