Interface IInstanceDataUILinkSetService
Service for storing linking sets
Namespace: Simplic.Studio.UI
Assembly: Simplic.Studio.UI.dll
Syntax
public interface IInstanceDataUILinkSetService
Properties
| Improve this Doc View SourceLinkSets
Gets or sets a list of available linking sets.
Declaration
IList<InstanceDataLinkSet> LinkSets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<InstanceDataLinkSet> |