Search Results for

    Show / Hide Table of Contents

    Class InstanceDataLinkSetItem

    Link set model/item

    Inheritance
    System.Object
    InstanceDataLinkSetItem
    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 InstanceDataLinkSetItem

    Properties

    | Improve this Doc View Source

    InstanceDataGuid

    Gets or sets the unique instance data id.

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

    Name

    Gets or sets the display-name of the instance data to link/connect.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StackName

    Gets or sets the stack name to which the instance data belongs.

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