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

Inheritance: ActivityDesignerViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Свойство Type Description
QuickVariableInputViewModelProperty System.Windows.DependencyProperty
ShowQuickVariableInputProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

protected ActivityCollectionDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System.Activities.Presentation.Model
modelItem System.Activities.Presentation.Model.ModelItem
Résultat System.Activities.Presentation.Model

AddTitleBarQuickVariableInputToggle() protected méthode

protected AddTitleBarQuickVariableInputToggle ( ) : void
Résultat void

AddToCollection() protected abstract méthode

protected abstract AddToCollection ( IEnumerable source, bool overWrite ) : void
source IEnumerable
overWrite bool
Résultat void

CanInsertAt() public abstract méthode

public abstract CanInsertAt ( int indexNumber ) : bool
indexNumber int
Résultat bool

CanRemoveAt() public abstract méthode

public abstract CanRemoveAt ( int indexNumber ) : bool
indexNumber int
Résultat bool

Collapse() public méthode

public Collapse ( ) : void
Résultat void

InsertAt() public abstract méthode

public abstract InsertAt ( int indexNumber ) : void
indexNumber int
Résultat void

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

OnSelectionChanged() public abstract méthode

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
Résultat void

OnToggleCheckedChanged() protected méthode

protected OnToggleCheckedChanged ( string propertyName, bool isChecked ) : void
propertyName string
isChecked bool
Résultat void

RemoveAt() public abstract méthode

public abstract RemoveAt ( int indexNumber ) : void
indexNumber int
Résultat void

Restore() public méthode

public Restore ( ) : void
Résultat void

UpdateDisplayName() public abstract méthode

public abstract UpdateDisplayName ( ) : void
Résultat void

Property Details

QuickVariableInputViewModelProperty public_oe static_oe property

public static DependencyProperty,System.Windows QuickVariableInputViewModelProperty
Résultat System.Windows.DependencyProperty

ShowQuickVariableInputProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowQuickVariableInputProperty
Résultat System.Windows.DependencyProperty