Class GetPortByCode
Inheritance
System.Object
GetPortByCode
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 GetPortByCode
Properties
View SourceFetchAllActiveTerminals
If true all active terminals will be included as well as any terminals listed in TerminalCodesToFetch
Declaration
public bool FetchAllActiveTerminals { get; set; }
Property Type:
System.Boolean
View Source
PortCode
The port to return
Declaration
public string PortCode { get; set; }
Property Type:
System.String
View Source
TerminalCodesToFetch
A list of terminals to include
Declaration
public List<string> TerminalCodesToFetch { get; set; }
Property Type:
System.Collections.Generic.List<System.String>