Class InstanceDataStackConnection
Describes which stacks can be linked.
Inheritance
System.Object
InstanceDataStackConnection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Studio
Assembly: Simplic.Studio.dll
Syntax
public class InstanceDataStackConnection
Properties
| Improve this Doc View SourceDestinationStackGuid
The destination stack guid. The element of the source stack will link to an element of this stack.
Declaration
public Guid DestinationStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SourceStackGuid
The source stack guid. An element of this stack will be linked with an element from the destination stack.
Declaration
public Guid SourceStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()