Show / Hide Table of Contents

Class TransferProperties

Details about the transfer port

Inheritance
System.Object
TransferProperties
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.Product
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public class TransferProperties

Properties

View Source

Direction

Which direction is the transfer in

Declaration
public TransferDirection Direction { get; set; }
Property Type: TransferDirection
View Source

PortName

The name of the port

Declaration
public string PortName { get; set; }
Property Type: System.String
View Source

PortType

The port type (e.g. 'Airport')

Declaration
public string PortType { get; set; }
Property Type: System.String
View Source

TimeRange

The range of times of day you can book this transfer for

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