Name | Description | |
---|---|---|
BasketItem Constructor | Overloaded. |
The following tables list the members exposed by BasketItem.
Name | Description | |
---|---|---|
BasketItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
Basket | Gets or sets the Basket | |
BasketId | Gets or sets the Basket for this entity. | |
BasketItemId | Gets or sets the identity of this entity. | |
BasketShipment | Gets or sets the shipment for this item. | |
BasketShipmentId | Gets or sets the shipment id for this item. | |
CreatedDate | Gets or sets the CreatedDate | |
CustomFields | Gets or sets the CustomFields | |
ExtendedFields | Gets a manager that provides strongly typed access to extended fields. (Inherited from CommerceBuilder.DomainModel.Entity) | |
ExtendedPrice | Gets the extended price (price * quantity) of this item. | |
ExtendedWeight | Gets the extended weight of this item | |
Frequency | Gets or sets the frequency | |
FrequencyUnit | Gets or sets the FrequencyUnit. | |
FrequencyUnitId | Gets or sets frequency unit id | |
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 | |
IsChildItem | Gets a value indicating whether the item is a child of another item. | |
IsOrderCoupon | Gets or sets a value indicating whether this basket item is order coupon or not | |
IsSubscription | Gets or sets a value indicating whether subscription or not | |
KitExtendedPrice | Gets the extended price of the item factoring in child products for kit items. For bundled kits, this calculates the price of the entire kit. For itemized kits, this calculates the price of the master product plus any hidden kit items. | |
KitList | Gets or sets the KitList | |
KitPrice | Gets the price of the item factoring in child products for kit items. For bundled kits, this calculates the price of the entire kit. For itemized kits, this calculates the price of the master product plus any hidden kit items. | |
LastModifiedDate | Gets or sets the LastModifiedDate | |
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 basket) | |
NetPrice | Gets the net price (unit price less any child coupons or discounts in the associated basket) | |
OptionList | Gets or sets the OptionList | |
OrderBy | Gets or sets the OrderBy | |
OrderItemType | Gets or sets the order item type. | |
OrderItemTypeId | Gets or sets the OrderItemTypeId | |
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 basket 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>) | |
Shipment | Gets or sets the shipment for this item. | |
ShipmentId | Gets or sets the shipment id for this item. | |
Shippable | Gets or sets a value that indicates whether an item is shippable. | |
ShippableId | Gets or sets the ShippableId | |
Sku | Gets or sets the Sku | |
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 | |
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 | |
---|---|---|
Clone | Creates a clone of this BasketItem object | |
Copy | Create a shallow copy of this BasketItem instance. | |
Equals | Determines if this object instance is equal to another. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetHashCode | Serves as the default hash function. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetKitProducts | Overloaded. Gets a list of KitProduct objects associated with this BasketItem | |
GetParentItem | Overloaded. Gets the immediate parent item for this basket 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>) |
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 |