Class StandardConnection
public class StandardConnection
- Inheritance
-
StandardConnection
- Inherited Members
- Extension Methods
Constructors
StandardConnection()
public StandardConnection()
StandardConnection(Guid, string)
public StandardConnection(Guid toStandardId, string connectionType)
Parameters
Properties
ConnectionType
public string ConnectionType { get; set; }
Property Value
ToStandardId
public Guid ToStandardId { get; set; }
Property Value
Methods
Clone()
public StandardConnection Clone()