Class AddStandardConnection
- Namespace
- InSite.Application.Standards.Write
- Assembly
- Shift.Sdk.dll
public class AddStandardConnection : Command, ICommand
- Inheritance
-
AddStandardConnection
- Implements
- Inherited Members
- Extension Methods
Constructors
AddStandardConnection(Guid, StandardConnection[])
public AddStandardConnection(Guid fromStandardId, StandardConnection[] connections)
Parameters
fromStandardIdGuidconnectionsStandardConnection[]
AddStandardConnection(Guid, Guid, string)
public AddStandardConnection(Guid fromStandardId, Guid toStandardId, string connectionType)
Parameters
Properties
Connections
public StandardConnection[] Connections { get; set; }