Class InstanceDataLinker
Describes how a element from any stack can be linked to a destination stack.
Inheritance
System.Object
    InstanceDataLinker
  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 InstanceDataLinker
  Properties
| Improve this Doc View SourceFriendlyNameColumnName
The Column in the table of the destination stack that contains a human readable display name for the destination element.
Declaration
public string FriendlyNameColumnName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
GuidColumnName
The Column in the table of the destination stack that contains a guid identifying the destination element.
Declaration
public string GuidColumnName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ItemBoxName
The name of the itembox to query the destination element guid.
Declaration
public string ItemBoxName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
StackGuid
The stack that can be linked with.
Declaration
public Guid StackGuid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | 
Methods
| Improve this Doc View SourceValid()
Check if the linker is complete and therefore usable. The linker is complete when all properties are not null and not empty.
Declaration
public bool Valid()
  Returns
| Type | Description | 
|---|---|
| System.Boolean | True when the linker is complete.  |