Class TransferPort
A port
Inheritance
System.Object
TransferPort
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EC.ProductsAndPricing.ServiceContract.Ports
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class TransferPort
Properties
View SourceCode
A unique code for a port
Declaration
public string Code { get; set; }
Property Type:
System.String
View Source
Name
The name of the port
Declaration
public string Name { get; set; }
Property Type:
System.String
View Source
Terminals
The port terminals
Declaration
public List<TransferTerminal> Terminals { get; set; }
Type
The type of the port
Declaration
public TransferPortType Type { get; set; }
Property Type:
TransferPortType