Class InstanceDataStackConnectionViewModel
View model for the stack connection editor.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public class InstanceDataStackConnectionViewModel : ViewModelBase, IAsyncViewModel, IViewModelBase, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceInstanceDataStackConnectionViewModel()
Construct a new instance connection editor view model.
Declaration
public InstanceDataStackConnectionViewModel()
Properties
| Improve this Doc View SourceActiveStackFilterText
The filter text to search in all destination stacks.
Declaration
public string ActiveStackFilterText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ActiveStackView
The collection view for all destination stacks.
Declaration
public ICollectionView ActiveStackView { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.ICollectionView |
IsStackSelected
True when a stack is selected.
Declaration
public bool IsStackSelected { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedStack
The currently selected source stack.
Declaration
public KeyValuePair<Guid, InstanceDataStackConnectionInfo> SelectedStack { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.KeyValuePair<System.Guid, InstanceDataStackConnectionInfo> |
StackNamesFilterText
The filter text to search in all source stacks.
Declaration
public string StackNamesFilterText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StackNamesView
The collection view for all source stacks.
Declaration
public ICollectionView StackNamesView { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.ICollectionView |
Methods
| Improve this Doc View SourceMakeAllConnectionsTwoWay()
Make all connections from the currently selected stack two way.
Declaration
public void MakeAllConnectionsTwoWay()
Save()
Save changed connections.
Declaration
public void Save()
UnlinkAll()
Remove all connections from the currently selected stack.
Declaration
public void UnlinkAll()
Implements
System.ComponentModel.INotifyPropertyChanged