Table of Contents

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

fromStandardId Guid
connections StandardConnection[]

AddStandardConnection(Guid, Guid, string)

public AddStandardConnection(Guid fromStandardId, Guid toStandardId, string connectionType)

Parameters

fromStandardId Guid
toStandardId Guid
connectionType string

Properties

Connections

public StandardConnection[] Connections { get; set; }

Property Value

StandardConnection[]