Search Results for

    Show / Hide Table of Contents

    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 Source

    FriendlyNameColumnName

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    ItemBoxName

    The name of the itembox to query the destination element guid.

    Declaration
    public string ItemBoxName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    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 Source

    Valid()

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx