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 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 |