Name | Description | |
---|---|---|
OrderItem Constructor | Overloaded. |
The following tables list the members exposed by OrderItem.
Name | Description | |
---|---|---|
OrderItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
ChildKitItems | Gets the child kit items | |
CostOfGoods | Gets or sets the CostOfGoods | |
CustomFields | Gets or sets the CustomFields | |
DigitalGoods | Gets or sets the DigitalGoods | |
ExtendedFields | Gets a manager that provides strongly typed access to extended fields. (Inherited from CommerceBuilder.DomainModel.Entity) | |
ExtendedPrice | Gets the total price of the line item (quantity * price) | |
ExtendedWeight | Gets the total weight of the line item (quantity * weight) | |
Frequency | Gets or sets the frequency | |
FrequencyUnit | Gets or sets the FrequencyUnit. | |
FrequencyUnitId | Gets or sets frequency unit id | |
GiftCertificates | Gets or sets the GiftCertificates | |
GiftMessage | Gets or sets the GiftMessage | |
HasExtendedFields | Gets a value indicating whether the entity have extended fields or not (Inherited from CommerceBuilder.DomainModel.Entity) | |
Id | Overridden. Gets or sets the Id for the entity. | |
Inputs | Gets or sets the Inputs | |
InventoryStatus | Gets or sets a value indicating whether inventory has been destocked for the item. | |
InventoryStatusId | Gets or sets the InventoryStatusId | |
IsChildItem | Gets a value indicating whether the item is a child of another item. | |
IsHidden | Gets or sets a value indicating whether this item should be hidden from the customer on invoices | |
IsKit | Gets a value indicating whether item is kit item or not | |
IsOrderCoupon | Gets or sets a value indicating whether this order item is order coupon or not | |
IsSubscription | Gets or sets a value indicating whether subscription or not | |
ItemizeChildProducts | Gets or sets a value indicating whether child products should be itemized on order invoices | |
KitList | Gets or sets the KitList | |
LineMessage | Gets or sets the LineMessage | |
Name | Gets or sets the Name | |
NetExtendedPrice | Gets the net extended price (this item less any child coupons or discounts in the associated order) | |
NetPrice | Gets the net price (unit price less any child coupons or discounts in the associated order) | |
OptionList | Gets or sets the OptionList | |
Order | Gets or sets the Order | |
OrderBy | Gets or sets the OrderBy | |
OrderId | Gets or sets the Order for this entity. | |
OrderItemId | Gets or sets the identity of this entity. | |
OrderItemType | Gets or sets the order item type. | |
OrderItemTypeId | Gets or sets the OrderItemTypeId | |
OrderShipment | Gets or sets the OrderShipment | |
OrderShipmentId | Gets or sets the OrderShipment for this entity. | |
ParentItem | Gets or sets the ParentItem | |
ParentItemId | Gets or sets the ParentItemId | |
Price | Gets or sets the Price | |
Product | Gets or sets the Product | |
ProductId | Gets or sets the Product for this entity. | |
ProductVariant | Gets the product variant for this order item. | |
Quantity | Gets or sets the Quantity | |
Repository | Gets or sets an instance of the repository for this entity (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
Shippable | Gets or sets a value indicating whether the item is shippable. | |
ShippableId | Gets or sets the ShippableId | |
Sku | Gets or sets the Sku | |
Subscriptions | Gets or sets the Subscriptions | |
TaxAmount | Gets or sets the TaxAmount | |
TaxCode | Gets or sets the TaxCode | |
TaxCodeId | Gets or sets the TaxCode for this entity. | |
TaxRate | Gets or sets the TaxRate | |
VariantName | Gets or sets the VariantName | |
Weight | Gets or sets the Weight | |
WishlistItem | Gets or sets the WishlistItem | |
WishlistItemId | Gets or sets the WishlistItem for this entity. | |
WrapStyle | Gets or sets the WrapStyle | |
WrapStyleId | Gets or sets the WrapStyle for this entity. |
Name | Description | |
---|---|---|
Copy | Overloaded. Create a copy of this order item | |
Equals | Determines if this object instance is equal to another. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GenerateGiftCertificates | Generates the gift certificates associated with this order item. | |
GenerateSubscriptions | Overloaded. Generates the subscriptions associated with this order item. | |
GetHashCode | Serves as the default hash function. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetInvoicePrice | Get the invoice price for order item | |
GetParentItem | Gets the parent item for this order item. | |
GetPath | Gets the path for this basket item | |
GetSignatureProperties | Gets the signature properties for the class type. (Inherited from CommerceBuilder.DomainModel.BaseObject) | |
HasSameObjectSignatureAs | You may override this method to provide your own comparison routine. (Inherited from CommerceBuilder.DomainModel.BaseObject) | |
IsTransient | Transient objects are not associated with an item already in storage. For instance, a Customer is transient if its Id is 0. It's virtual to allow NHibernate-backed objects to be lazily loaded. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
SubscriptionsGeneratedPerQuantity | Finds out whether subscriptions for this order item are generated per quantity or per order item |
Name | Description | |
---|---|---|
GetTypeSpecificSignatureProperties | Enforces the template method pattern to have child objects determine which specific properties should and should not be included in the object signature comparison. Note that the the BaseObject already takes care of performance caching, so this method shouldn't worry about caching...just return the goods man! (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetTypeUnproxied | When NHibernate proxies objects, it masks the type of the actual entity object. This wrapper burrows into the proxied object to get its actual type. Although this assumes NHibernate is being used, it doesn't require any NHibernate related dependencies and has no bad side effects if NHibernate isn't being used. Related discussion is at http://groups.google.com/group/sharp-architecture/browse_thread/thread/ddd05f9baede023a ...thanks Jay Oliver! (Inherited from CommerceBuilder.DomainModel.BaseObject) |
Name | Description | |
---|---|---|
Delete | Delete the entity from the database | |
Save | Save the entity to the database | |
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |