Click or drag to resize

BlazePurchaseOrder Class

The Blaze purchase order 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 BlazePurchaseOrder : BlazeBaseData

The BlazePurchaseOrder type exposes the following members.

Constructors
  NameDescription
Public methodBlazePurchaseOrder
Initializes a new instance of the BlazePurchaseOrder class
Top
Properties
  NameDescription
Public propertyadjustmentInfoList
The adjustment information list.
Public propertyamountPaid
The amount paid.
Public propertyapprovedBy
Approved by.
Public propertyapprovedByMember
The approved-by member.
Public propertyapprovedDate
The approved date.
Public propertyapprovedSignature
The approved signature.
Public propertyarchive
Specifies whether or not this is an archive.
Public propertyarchiveDate
The archive date.
Public propertycompanyAssetList
The company asset list.
Public propertycompanyId
The company ID.
Public propertycompanyLogo
The company logo.
Public propertycompletedByEmployeeId
The completed-by employee ID.
Public propertycompletedDate
The created date.
Public propertycreated
The created date.
(Inherited from BlazeBaseData.)
Public propertycreatedByEmployeeId
The created-by employee ID.
Public propertycustomerType
The customer type.
Public propertycustomTermDate
The custom term date.
Public propertydeclineDate
The decline date.
Public propertydeclineReason
The decline reason.
Public propertydeleted
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.)
Public propertydeliveredBy
Delivered by.
Public propertydeliveryAddress
The delivery address.
Public propertydeliveryCharge
The delivery charge.
Public propertydeliveryDate
The delivery date.
Public propertydeliveryTime
The delivery time.
Public propertydirty
The item dirty status.
Public propertydiscount
The discount.
Public propertydueDate
The due date.
Public propertyenableDeliveryCharge
Specifies whether or not to enable the delivery charge.
Public propertyfees
The fees.
Public propertyflowerSourceType
The fleet source type.
Public propertygrandTotal
The grand total.
Public propertyid
The ID.
(Inherited from BlazeBaseData.)
Public propertylicenseId
The license ID.
Public propertymanagerReceiveSignature
The manage receive signature.
Public propertymanualClose
The manual close.
Public propertymodified
The last modified date.
(Inherited from BlazeBaseData.)
Public propertynotes
Notes.
Public propertyparentPOId
The parent PO ID.
Public propertyparentPONumber
The parent PO number.
Public propertypoActivityLog
The PO activity log.
Public propertypodueDate
The PO due date.
Public propertypoNumber
The PO number.
Public propertypoPaymentOptions
The PO payment options.
Public propertypoPaymentTerms
The PO payment terms.
Public propertypoProductRequestList
The PO product request list.
Public propertypoProductRequestResultList
The PO product request result list.
Public propertypoQrCodeAsset
The PO QR code asset.
Public propertypoQrCodeUrl
The PO QR code URL.
Public propertypoType
The PO type.
Public propertypurchaseOrderDate
The purchase order date.
Public propertypurchaseOrderStatus
The purchase order status.
Public propertyqbPurchaseOrderRef
The Quickbooks purchase order reference.
Public propertyreceivedByEmployeeId
The received-by employee ID.
Public propertyreceivedDate
The received date.
Public propertyreference
Reference.
Public propertyshipmentBillId
The shipment bill ID.
Public propertyshopId
The shop ID.
Public propertysubmitForApprovalDate
The submit for approval date.
Public propertytaxResult
The tax result.
Public propertytermsAndCondition
The terms and conditions.
Public propertytotalCalcTax
The total calculated tax.
Public propertytotalCost
The total cost.
Public propertytotalPreCalcTax
The total pre-calculated tax.
Public propertytotalTax
The total tax.
Public propertytransactionType
The transaction type.
Public propertyupdated
The last modified date.
(Inherited from BlazeBaseData.)
Public propertyvendor
The vendor.
Public propertyvendorId
The vendor ID.
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