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 SourceInstanceDataGuid
Gets or sets the unique instance data id
Declaration
public Guid InstanceDataGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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 |
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 |