BlazeShippingManifest Class |
Namespace: NetQuarry.Services
The BlazeShippingManifest type exposes the following members.
| Name | Description | |
|---|---|---|
| BlazeShippingManifest | Initializes a new instance of the BlazeShippingManifest class |
| Name | Description | |
|---|---|---|
| approvalDate |
The approval date.
| |
| approverEmployeeId |
The approver employee ID.
| |
| batchId |
The batch ID.
| |
| carNumber |
The car number.
| |
| companyId |
The company ID.
| |
| created |
The created date.
(Inherited from BlazeBaseData.) | |
| declineReason |
The decline reason.
| |
| deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) | |
| deliveryDate |
The delivery date.
| |
| deliveryTime |
The delivery time.
| |
| dirty |
The item dirty status.
| |
| driverId |
The driver ID.
| |
| driverLicenceNumber |
The driver's license number.
| |
| driverName |
The driver name.
| |
| driverVinNo |
The driver VIN.
| |
| estimatedArrival |
The estimated arrival.
| |
| id |
The ID.
(Inherited from BlazeBaseData.) | |
| invoiceAmount |
The invoice amount.
| |
| invoiceBalanceDue |
The invoice balance due.
| |
| invoiceCreatedDate |
The invoice created date.
| |
| invoiceId |
The invoice ID.
| |
| invoiceNumber |
The invoice number.
| |
| invoiceStatus |
The invoice status.
| |
| managerSignature |
The manager signature.
| |
| metrcLabel |
The Metrc label.
| |
| metrcMap |
The Metrc map.
| |
| modified |
The last modified date.
(Inherited from BlazeBaseData.) | |
| notes |
Notes.
| |
| ponumber |
The PO number.
| |
| productIds |
The product IDs.
| |
| productList |
The product list.
| |
| productMetrcInfo |
The product Metrc information.
| |
| receiverCompanyContact |
The receiver company contact.
| |
| receiverCustomerCompany |
The receiver customer company.
| |
| receiverInformation |
The receiver information.
| |
| remainingProductMap |
The remaining product map.
| |
| shippedDateTime |
The shipped date/time.
| |
| shipperCompany |
The shipper company.
| |
| shipperCompanyContact |
The shipper company contact.
| |
| shipperCustomerCompany |
The shipper customer company.
| |
| shipperEmployee |
The shipper employee.
| |
| shipperInformation |
The shipper information.
| |
| shippingManifestNo |
The shipping manifest number.
| |
| shopId |
The shop ID.
| |
| signatureDateTime |
The signature date/time.
| |
| signaturePhoto |
The signature photo.
| |
| status |
The Blaze shipping manifest status.
| |
| transactionId |
The trasnaction ID.
| |
| updated |
The last modified date.
(Inherited from BlazeBaseData.) | |
| vehicleLicensePlate |
The vehicle license plate.
| |
| vehicleMake |
The vehicle make.
| |
| vehicleModel |
The vehicle model.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |