Search Results for

    Show / Hide Table of Contents

    Class InstanceDataStackConnectionViewModel

    View model for the stack connection editor.

    Inheritance
    System.Object
    ViewModelBase
    InstanceDataStackConnectionViewModel
    Implements
    IAsyncViewModel
    UI.MVC.IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ViewModelBase.PropertyChanged
    ViewModelBase.RaisePropertyChanged(String)
    ViewModelBase.PropertySetter<T>(T, Action<T>, Boolean, Boolean, Boolean, String)
    ViewModelBase.OnClose()
    ViewModelBase.IsBusy
    ViewModelBase.IsDirty
    ViewModelBase.ForceSave
    ViewModelBase.Parent
    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 Source

    InstanceDataStackConnectionViewModel()

    Construct a new instance connection editor view model.

    Declaration
    public InstanceDataStackConnectionViewModel()

    Properties

    | Improve this Doc View Source

    ActiveStackFilterText

    The filter text to search in all destination stacks.

    Declaration
    public string ActiveStackFilterText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ActiveStackView

    The collection view for all destination stacks.

    Declaration
    public ICollectionView ActiveStackView { get; }
    Property Value
    Type Description
    System.ComponentModel.ICollectionView
    | Improve this Doc View Source

    IsStackSelected

    True when a stack is selected.

    Declaration
    public bool IsStackSelected { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    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>
    | Improve this Doc View Source

    StackNamesFilterText

    The filter text to search in all source stacks.

    Declaration
    public string StackNamesFilterText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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 Source

    MakeAllConnectionsTwoWay()

    Make all connections from the currently selected stack two way.

    Declaration
    public void MakeAllConnectionsTwoWay()
    | Improve this Doc View Source

    Save()

    Save changed connections.

    Declaration
    public void Save()
    | Improve this Doc View Source

    UnlinkAll()

    Remove all connections from the currently selected stack.

    Declaration
    public void UnlinkAll()

    Implements

    IAsyncViewModel
    IViewModelBase
    System.ComponentModel.INotifyPropertyChanged
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx