Search Results for

    Show / Hide Table of Contents

    Class InstanceDataLink

    Represents the informations of a connection that a documents has to other documents

    Inheritance
    System.Object
    InstanceDataLink
    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
    Assembly: Simplic.Studio.dll
    Syntax
    public class InstanceDataLink

    Properties

    | Improve this Doc View Source

    DestinationGuid

    Gets or sets the destination guid

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

    DestinationStackGuid

    Gets or sets the destination stack guid

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

    IsAutomatic

    Gets or sets if the connection is automatic

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

    IsUpdated

    Gets or sets if the connection is updated

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

    SourceGuid

    Gets or sets the source guid

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

    SourceStackGuid

    Gets or sets the source stack guid

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