Search Results for

    Show / Hide Table of Contents

    Class InstanceDataUILinkSetService

    Service for storing linking sets

    Inheritance
    System.Object
    InstanceDataUILinkSetService
    Implements
    IInstanceDataUILinkSetService
    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 InstanceDataUILinkSetService : IInstanceDataUILinkSetService

    Properties

    | Improve this Doc View Source

    LinkSets

    Gets or sets a list of available linking sets.

    Declaration
    public IList<InstanceDataLinkSet> LinkSets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<InstanceDataLinkSet>
    | Improve this Doc View Source

    Singleton

    Return instance of InstanceDataUILinkSetService.

    Declaration
    public static InstanceDataUILinkSetService Singleton { get; }
    Property Value
    Type Description
    InstanceDataUILinkSetService

    Implements

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