Click or drag to resize

BlazeShippingManifest Class

The Blaze shipping manifest object.
Inheritance Hierarchy

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class BlazeShippingManifest : BlazeBaseData

The BlazeShippingManifest type exposes the following members.

Constructors
  NameDescription
Public methodBlazeShippingManifest
Initializes a new instance of the BlazeShippingManifest class
Top
Properties
  NameDescription
Public propertyapprovalDate
The approval date.
Public propertyapproverEmployeeId
The approver employee ID.
Public propertybatchId
The batch ID.
Public propertycarNumber
The car number.
Public propertycompanyId
The company ID.
Public propertycreated
The created date.
(Inherited from BlazeBaseData.)
Public propertydeclineReason
The decline reason.
Public propertydeleted
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.)
Public propertydeliveryDate
The delivery date.
Public propertydeliveryTime
The delivery time.
Public propertydirty
The item dirty status.
Public propertydriverId
The driver ID.
Public propertydriverLicenceNumber
The driver's license number.
Public propertydriverName
The driver name.
Public propertydriverVinNo
The driver VIN.
Public propertyestimatedArrival
The estimated arrival.
Public propertyid
The ID.
(Inherited from BlazeBaseData.)
Public propertyinvoiceAmount
The invoice amount.
Public propertyinvoiceBalanceDue
The invoice balance due.
Public propertyinvoiceCreatedDate
The invoice created date.
Public propertyinvoiceId
The invoice ID.
Public propertyinvoiceNumber
The invoice number.
Public propertyinvoiceStatus
The invoice status.
Public propertymanagerSignature
The manager signature.
Public propertymetrcLabel
The Metrc label.
Public propertymetrcMap
The Metrc map.
Public propertymodified
The last modified date.
(Inherited from BlazeBaseData.)
Public propertynotes
Notes.
Public propertyponumber
The PO number.
Public propertyproductIds
The product IDs.
Public propertyproductList
The product list.
Public propertyproductMetrcInfo
The product Metrc information.
Public propertyreceiverCompanyContact
The receiver company contact.
Public propertyreceiverCustomerCompany
The receiver customer company.
Public propertyreceiverInformation
The receiver information.
Public propertyremainingProductMap
The remaining product map.
Public propertyshippedDateTime
The shipped date/time.
Public propertyshipperCompany
The shipper company.
Public propertyshipperCompanyContact
The shipper company contact.
Public propertyshipperCustomerCompany
The shipper customer company.
Public propertyshipperEmployee
The shipper employee.
Public propertyshipperInformation
The shipper information.
Public propertyshippingManifestNo
The shipping manifest number.
Public propertyshopId
The shop ID.
Public propertysignatureDateTime
The signature date/time.
Public propertysignaturePhoto
The signature photo.
Public propertystatus
The Blaze shipping manifest status.
Public propertytransactionId
The trasnaction ID.
Public propertyupdated
The last modified date.
(Inherited from BlazeBaseData.)
Public propertyvehicleLicensePlate
The vehicle license plate.
Public propertyvehicleMake
The vehicle make.
Public propertyvehicleModel
The vehicle model.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also