Search Results for

    Show / Hide Table of Contents

    Class InstanceDataLinkBoxConfig

    Config for a InstanceDataLinkBox.

    Inheritance
    System.Object
    InstanceDataLinkControlConfig
    InstanceDataLinkBoxConfig
    Inherited Members
    InstanceDataLinkControlConfig.SourceStackGuid
    InstanceDataLinkControlConfig.SourceElementGuid
    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 Source

    DestinationStackGuid

    The destination stack that will be linked to.

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

    TwoWay

    Flag if the link should be made two way.

    Declaration
    public bool TwoWay { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx