Class InstanceDataLinkBoxConfig
Config for a InstanceDataLinkBox.
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 InstanceDataLinkBoxConfig : InstanceDataLinkControlConfig
Properties
| Improve this Doc View SourceDestinationStackGuid
The destination stack that will be linked to.
Declaration
public Guid DestinationStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TwoWay
Flag if the link should be made two way.
Declaration
public bool TwoWay { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |