Show / Hide Table of Contents

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 Source

Code

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; }
Property Type: System.Collections.Generic.List<TransferTerminal>
View Source

Type

The type of the port

Declaration
public TransferPortType Type { get; set; }
Property Type: TransferPortType
  • View Source
Back to top Copyright © 2017 EC English