Class PortResult
A result of looking up a port by code
Inheritance
System.Object
PortResult
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 PortResult
Properties
View SourcePort
The port. Will be null
if WasFound is false
Declaration
public TransferPort Port { get; set; }
Property Type:
TransferPort
View Source
PortCode
The port code requested
Declaration
public string PortCode { get; set; }
Property Type:
System.String
View Source
WasFound
Indicates whether a port with the specified code was found
Declaration
public bool WasFound { get; set; }
Property Type:
System.Boolean