C# Class Dev2.Activities.Designers2.Core.ActivityCollectionDesignerViewModel

Inheritance: ActivityDesignerViewModel
Exibir arquivo Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
QuickVariableInputViewModelProperty System.Windows.DependencyProperty
ShowQuickVariableInputProperty System.Windows.DependencyProperty

Public Methods

Method Description
CanInsertAt ( int indexNumber ) : bool
CanRemoveAt ( int indexNumber ) : bool
Collapse ( ) : void
InsertAt ( int indexNumber ) : void
OnSelectionChanged ( System.Activities.Presentation.Model.ModelItem oldItem, System.Activities.Presentation.Model.ModelItem newItem ) : void
RemoveAt ( int indexNumber ) : void
Restore ( ) : void
UpdateDisplayName ( ) : void

Protected Methods

Method Description
ActivityCollectionDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System.Activities.Presentation.Model
AddTitleBarQuickVariableInputToggle ( ) : void
AddToCollection ( IEnumerable source, bool overWrite ) : void
OnDispose ( ) : void
OnToggleCheckedChanged ( string propertyName, bool isChecked ) : void

Method Details

ActivityCollectionDesignerViewModel() protected method

protected ActivityCollectionDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System.Activities.Presentation.Model
modelItem System.Activities.Presentation.Model.ModelItem
return System.Activities.Presentation.Model

AddTitleBarQuickVariableInputToggle() protected method

protected AddTitleBarQuickVariableInputToggle ( ) : void
return void

AddToCollection() protected abstract method

protected abstract AddToCollection ( IEnumerable source, bool overWrite ) : void
source IEnumerable
overWrite bool
return void

CanInsertAt() public abstract method

public abstract CanInsertAt ( int indexNumber ) : bool
indexNumber int
return bool

CanRemoveAt() public abstract method

public abstract CanRemoveAt ( int indexNumber ) : bool
indexNumber int
return bool

Collapse() public method

public Collapse ( ) : void
return void

InsertAt() public abstract method

public abstract InsertAt ( int indexNumber ) : void
indexNumber int
return void

OnDispose() protected method

protected OnDispose ( ) : void
return void

OnSelectionChanged() public abstract method

public abstract OnSelectionChanged ( System.Activities.Presentation.Model.ModelItem oldItem, System.Activities.Presentation.Model.ModelItem newItem ) : void
oldItem System.Activities.Presentation.Model.ModelItem
newItem System.Activities.Presentation.Model.ModelItem
return void

OnToggleCheckedChanged() protected method

protected OnToggleCheckedChanged ( string propertyName, bool isChecked ) : void
propertyName string
isChecked bool
return void

RemoveAt() public abstract method

public abstract RemoveAt ( int indexNumber ) : void
indexNumber int
return void

Restore() public method

public Restore ( ) : void
return void

UpdateDisplayName() public abstract method

public abstract UpdateDisplayName ( ) : void
return void

Property Details

QuickVariableInputViewModelProperty public_oe static_oe property

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

ShowQuickVariableInputProperty public_oe static_oe property

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