Click or drag to resize

BlazeProduct Class

The Blaze product 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 BlazeProduct : BlazeBaseData

The BlazeProduct type exposes the following members.

Constructors
  NameDescription
Public methodBlazeProduct
Initializes a new instance of the BlazeProduct class
Top
Properties
  NameDescription
Public propertyactive
Specifies whether or not the product is active.
Public propertyassets
The assets.
Public propertyautomaticReOrder
Specifies whether or not automatic reordering is enabled.
Public propertybrand
The brand.
Public propertybrandId
The brand ID.
Public propertybundleItems
The bundle items.
Public propertybyGram
Specifies whether or not the product is sold by the gram.
Public propertybyPrepackage
Specifies whether or not the product is sole pre-packaged.
Public propertycannabisType
The cannabis type.
Public propertycategory
The category.
Public propertycategoryId
The category ID.
Public propertycbd
The amount of CBD.
Public propertycbda
The amount of CBDA.
Public propertycbn
The amount of CBN.
Public propertycompanyId
The company ID.
Public propertycompanyLinkId
The company link ID.
Public propertycreated
The created date.
(Inherited from BlazeBaseData.)
Public propertycustomGramType
The custom gram type.
Public propertycustomTaxInfo
The custom tax information.
Public propertycustomWeight
The custom weight.
Public propertydeleted
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.)
Public propertydescription
The description.
Public propertydirty
The item dirty status.
Public propertydiscountable
Specifies whether or not the product is discountable.
Public propertyenableExciseTax
Specifies whether or not excise tax is enabled.
Public propertyenableMixMatch
Specifies whether or not mix & match is enabled.
Public propertyenableWeedmap
Specifies whether or not Weedmap is enabled.
Public propertyflowerType
The flower type.
Public propertygenetics
The genetics.
Public propertyid
The ID.
(Inherited from BlazeBaseData.)
Public propertyimportId
The import ID.
Public propertyimportSrc
The import source.
Public propertylowInventoryNotification
Specifies whether or not to enable the low inventory notification.
Public propertylowThreshold
The low threshold.
Public propertymedicalConditions
The medicinal conditions.
Public propertymedicinal
Specifies whether or not the product is medicinal.
Public propertymodified
The last modified date.
(Inherited from BlazeBaseData.)
Public propertyname
The product name.
Public propertynotes
Notes.
Public propertypotency
The product potency.
Public propertypotencyAmount
The potency amount.
Public propertypriceBreaks
The p.Price breaks.
Public propertypriceIncludesALExcise
Specifies whether or not theh price includes the AL excise tax.
Public propertypriceIncludesExcise
Specifies whether or not the price includes the excise tax.
Public propertypriceRanges
The price ranges.
Public propertypricingTemplateId
The pricing template ID.
Public propertyproductSaleType
The product sale type.
Public propertyproductType
The product type.
Public propertyqbDesktopItemRef
The Quickbooks desktop item reference.
Public propertyqbItemRef
The Quickbooks item reference.
Public propertyquantities
The quantities.
Public propertyreOrderLevel
The reorder level.
Public propertyshopId
The shop ID.
Public propertyshowInWidget
Specifies whether or not to show in widget.
Public propertysku
The SKU.
Public propertytags
Tags.
Public propertytaxOrder
The tax order.
Public propertytaxTables
The tax tables.
Public propertytaxType
The tax type.
Public propertythc
The THC amount.
Public propertythca
The THCA amount.
Public propertyunitPrice
The unit price.
Public propertyunitValue
The unit value.
Public propertyupdated
The last modified date.
(Inherited from BlazeBaseData.)
Public propertyvendor
The vendor.
Public propertyvendorId
The vendor ID.
Public propertyweightPerUnit
The weight per unit.
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