Search Results for

    Show / Hide Table of Contents

    Class AddInstanceDataToLinkSetArgs

    Arguments that needs to be passed when adding instance data to the linking set

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

    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