Table of Contents

Class StandardConnection

Namespace
InSite.Domain.Standards
Assembly
Shift.Sdk.dll
public class StandardConnection
Inheritance
StandardConnection
Inherited Members
Extension Methods

Constructors

StandardConnection()

public StandardConnection()

StandardConnection(Guid, string)

public StandardConnection(Guid toStandardId, string connectionType)

Parameters

toStandardId Guid
connectionType string

Properties

ConnectionType

public string ConnectionType { get; set; }

Property Value

string

ToStandardId

public Guid ToStandardId { get; set; }

Property Value

Guid

Methods

Clone()

public StandardConnection Clone()

Returns

StandardConnection