Search Results for

    Show / Hide Table of Contents

    Class InstanceDataStackConnection

    Describes which stacks can be linked.

    Inheritance
    System.Object
    InstanceDataStackConnection
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Studio
    Assembly: Simplic.Studio.dll
    Syntax
    public class InstanceDataStackConnection

    Properties

    | Improve this Doc View Source

    DestinationStackGuid

    The destination stack guid. The element of the source stack will link to an element of this stack.

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

    SourceStackGuid

    The source stack guid. An element of this stack will be linked with an element from the destination stack.

    Declaration
    public Guid SourceStackGuid { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx