Name | Description | |
---|---|---|
Order Constructor | Overloaded. |
The following tables list the members exposed by Order.
Name | Description | |
---|---|---|
Order Constructor | Overloaded. |
Name | Description | |
---|---|---|
Affiliate | Gets or sets the Affiliate | |
AffiliateId | Gets or sets the Affiliate for this entity. | |
BillToAddress1 | Gets or sets the BillToAddress1 | |
BillToAddress2 | Gets or sets the BillToAddress2 | |
BillToCity | Gets or sets the BillToCity | |
BillToCompany | Gets or sets the BillToCompany | |
BillToCountry | Gets or sets the country of the billing address | |
BillToCountryCode | Gets or sets the BillToCountryCode | |
BillToEmail | Gets or sets the BillToEmail | |
BillToFax | Gets or sets the BillToFax | |
BillToFirstName | Gets or sets the BillToFirstName | |
BillToLastName | Gets or sets the BillToLastName | |
BillToPhone | Gets or sets the BillToPhone | |
BillToPostalCode | Gets or sets the BillToPostalCode | |
BillToProvince | Gets or sets the BillToProvince | |
Coupons | Gets or sets the Coupons | |
Exported | Gets or sets a value indicating whether Exported | |
ExtendedFields | Gets a manager that provides strongly typed access to extended fields. (Inherited from CommerceBuilder.DomainModel.Entity) | |
GiftCertificates | Gets a list of all gift certificates attached to this order (attached to order items of this order) | |
GiftCertificateTransactions | Gets or sets the GiftCertificateTransactions | |
GoogleOrderNumber | Gets or sets the GoogleOrderNumber | |
HasExtendedFields | Gets a value indicating whether the entity have extended fields or not (Inherited from CommerceBuilder.DomainModel.Entity) | |
HasShippableItems | Gets a value indicating whether the order contains shippable items. | |
Id | Overridden. Gets or sets the Id for the entity. | |
IsSubscriptionGenerated | Gets or sets a value indicating whether IsSubscriptionGenerated | |
Items | Gets or sets the Items | |
Notes | Gets or sets the Notes | |
OrderDate | Gets or sets the OrderDate | |
OrderId | Gets or sets the identity of this entity. | |
OrderNumber | Gets or sets the OrderNumber | |
OrderStatus | Gets or sets the OrderStatus | |
OrderStatusId | Gets or sets the OrderStatus for this entity. | |
Payments | Gets or sets the Payments | |
PaymentStatus | Gets or sets a value indicating the overall payment status of an order. | |
PaymentStatusId | Gets or sets the PaymentStatusId | |
ProductSubtotal | Gets or sets the ProductSubtotal | |
Referrer | Gets or sets the Referrer | |
RemoteIP | Gets or sets the RemoteIP | |
Repository | Gets or sets an instance of the repository for this entity (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
Shipments | Gets or sets the Shipments | |
ShipmentStatus | Gets a value indicating the overall shipment status of an order. | |
ShipmentStatusId | Gets the ShipmentStatusId | |
Store | Gets or sets the Store | |
StoreId | Gets or sets the Stpre for this entity. | |
SubscriptionOrders | Gets or sets the SubscriptionOrders | |
TaxExemptionReference | Gets or sets a reference number that applies to the tax exemption | |
TaxExemptionType | Gets or sets the type of tax exemption that applies to this order | |
TotalCharges | Gets or sets the TotalCharges | |
TotalPayments | Gets or sets the TotalPayments | |
User | Gets or sets the User | |
UserId | Gets or sets the User for this entity. |
Name | Description | |
---|---|---|
Cancel | Overloaded. Cancel this order. | |
Copy | Create a shallow copy of this Order instance. | |
Equals | Determines if this object instance is equal to another. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
FormatAddress | Overloaded. Gets a formatted billing address | |
GetBalance | Overloaded. Gets the remaining balance for this order. | |
GetCustomerBalance | Gets the order balance that should be displayed to a customer. | |
GetHashCode | Serves as the default hash function. (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>) | |
GetLastPublicNote | Gets the last public note entered for this order | |
GetLastTrackingNumber | Gets the last tracking number entered for this order | |
GetSignatureProperties | Gets the signature properties for the class type. (Inherited from CommerceBuilder.DomainModel.BaseObject) | |
GetTotalsSummary | Gets the summary of order totals | |
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>) | |
PrintMessage | Prints the message | |
Recalculate | Recalculates the stored values of the order | |
Save | Overloaded. Save this order to database | |
UpdateOrderStatus | Overloaded. Update the order status for this order |
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 | |
ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |