Click or drag to resize

PreOutGate(Job, String, String) Constructor

Car Delivery Network
Initializes a new instance of the PreOutGate class

Namespace: CarDeliveryNetwork.Api.Data.BNSF
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
C#
public PreOutGate(
	Job apiJob,
	string driverLicenseNumber,
	string yardQuickCode
)

Parameters

apiJob  Job

[Missing <param name="apiJob"/> documentation for "M:CarDeliveryNetwork.Api.Data.BNSF.PreOutGate.#ctor(CarDeliveryNetwork.Api.Data.Job,System.String,System.String)"]

driverLicenseNumber  String

[Missing <param name="driverLicenseNumber"/> documentation for "M:CarDeliveryNetwork.Api.Data.BNSF.PreOutGate.#ctor(CarDeliveryNetwork.Api.Data.Job,System.String,System.String)"]

yardQuickCode  String

[Missing <param name="yardQuickCode"/> documentation for "M:CarDeliveryNetwork.Api.Data.BNSF.PreOutGate.#ctor(CarDeliveryNetwork.Api.Data.Job,System.String,System.String)"]

See Also