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 SourceIsConnected
True when the stack is connected. Invokes a connection changed event.
Declaration
public bool IsConnected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
StackGuid
The guid of the stack.
Declaration
public Guid StackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StackName
The name of the stack.
Declaration
public string StackName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSetInitialConnected(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 SourceChanged
Event that is called when the connection state is changed.
Declaration
public event StackConnectionChanged Changed
Event Type
Type | Description |
---|---|
StackConnectionChanged |
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged