Search Results for

    Show / Hide Table of Contents

    Class InstanceDataStackConnectionInfo

    Helper class for InstanceDataStackConnectionViewModel.

    Inheritance
    System.Object
    InstanceDataStackConnectionInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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 InstanceDataStackConnectionInfo : INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    IsConnected

    True when the stack is connected. Invokes a connection changed event.

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

    LinkPossible

    True when the stack can be used as a destination for a connection.

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

    StackGuid

    The guid of the stack.

    Declaration
    public Guid StackGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StackName

    The name of the stack.

    Declaration
    public string StackName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    SetInitialConnected(Boolean)

    Set the connected flag. Will not produce a event.

    Declaration
    public void SetInitialConnected(bool connected)
    Parameters
    Type Name Description
    System.Boolean connected

    Events

    | Improve this Doc View Source

    Changed

    Event that is called when the connection state is changed.

    Declaration
    public event StackConnectionChanged Changed
    Event Type
    Type Description
    StackConnectionChanged
    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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