BlazeProduct Class |
Namespace: NetQuarry.Services
The BlazeProduct type exposes the following members.
Name | Description | |
---|---|---|
BlazeProduct | Initializes a new instance of the BlazeProduct class |
Name | Description | |
---|---|---|
active |
Specifies whether or not the product is active.
| |
assets |
The assets.
| |
automaticReOrder |
Specifies whether or not automatic reordering is enabled.
| |
brand |
The brand.
| |
brandId |
The brand ID.
| |
bundleItems |
The bundle items.
| |
byGram |
Specifies whether or not the product is sold by the gram.
| |
byPrepackage |
Specifies whether or not the product is sole pre-packaged.
| |
cannabisType |
The cannabis type.
| |
category |
The category.
| |
categoryId |
The category ID.
| |
cbd |
The amount of CBD.
| |
cbda |
The amount of CBDA.
| |
cbn |
The amount of CBN.
| |
companyId |
The company ID.
| |
companyLinkId |
The company link ID.
| |
created |
The created date.
(Inherited from BlazeBaseData.) | |
customGramType |
The custom gram type.
| |
customTaxInfo |
The custom tax information.
| |
customWeight |
The custom weight.
| |
deleted |
Specifies whether or not this item is deleted.
(Inherited from BlazeBaseData.) | |
description |
The description.
| |
dirty |
The item dirty status.
| |
discountable |
Specifies whether or not the product is discountable.
| |
enableExciseTax |
Specifies whether or not excise tax is enabled.
| |
enableMixMatch |
Specifies whether or not mix & match is enabled.
| |
enableWeedmap |
Specifies whether or not Weedmap is enabled.
| |
flowerType |
The flower type.
| |
genetics |
The genetics.
| |
id |
The ID.
(Inherited from BlazeBaseData.) | |
importId |
The import ID.
| |
importSrc |
The import source.
| |
lowInventoryNotification |
Specifies whether or not to enable the low inventory notification.
| |
lowThreshold |
The low threshold.
| |
medicalConditions |
The medicinal conditions.
| |
medicinal |
Specifies whether or not the product is medicinal.
| |
modified |
The last modified date.
(Inherited from BlazeBaseData.) | |
name |
The product name.
| |
notes |
Notes.
| |
potency |
The product potency.
| |
potencyAmount |
The potency amount.
| |
priceBreaks |
The p.Price breaks.
| |
priceIncludesALExcise |
Specifies whether or not theh price includes the AL excise tax.
| |
priceIncludesExcise |
Specifies whether or not the price includes the excise tax.
| |
priceRanges |
The price ranges.
| |
pricingTemplateId |
The pricing template ID.
| |
productSaleType |
The product sale type.
| |
productType |
The product type.
| |
qbDesktopItemRef |
The Quickbooks desktop item reference.
| |
qbItemRef |
The Quickbooks item reference.
| |
quantities |
The quantities.
| |
reOrderLevel |
The reorder level.
| |
shopId |
The shop ID.
| |
showInWidget |
Specifies whether or not to show in widget.
| |
sku |
The SKU.
| |
tags |
Tags.
| |
taxOrder |
The tax order.
| |
taxTables |
The tax tables.
| |
taxType |
The tax type.
| |
thc |
The THC amount.
| |
thca |
The THCA amount.
| |
unitPrice |
The unit price.
| |
unitValue |
The unit value.
| |
updated |
The last modified date.
(Inherited from BlazeBaseData.) | |
vendor |
The vendor.
| |
vendorId |
The vendor ID.
| |
weightPerUnit |
The weight per unit.
|
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.) |