Class InstanceDataLink
Represents the informations of a connection that a documents has to other documents
Inheritance
System.Object
InstanceDataLink
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
Assembly: Simplic.Studio.dll
Syntax
public class InstanceDataLink
Properties
| Improve this Doc View SourceDestinationGuid
Gets or sets the destination guid
Declaration
public Guid DestinationGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DestinationStackGuid
Gets or sets the destination stack guid
Declaration
public Guid DestinationStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsAutomatic
Gets or sets if the connection is automatic
Declaration
public bool IsAutomatic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUpdated
Gets or sets if the connection is updated
Declaration
public bool IsUpdated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SourceGuid
Gets or sets the source guid
Declaration
public Guid SourceGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SourceStackGuid
Gets or sets the source stack guid
Declaration
public Guid SourceStackGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |