Class TransferTerminal
A terminal
Inheritance
System.Object
TransferTerminal
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 TransferTerminal
Properties
View SourceCode
A code for the terminal, unique for the port
Declaration
public string Code { get; set; }
Property Type:
System.String
View Source
Name
The name of the terminal
Declaration
public string Name { get; set; }
Property Type:
System.String