The CStandardOrder type exposes the following members.

Methods

  NameDescription
CalcFreightTotalOverloaded.
CalcHandlingTotal
Calculates the TotalHandling amount based on the handling type.
(Inherited from COrder.)
CheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
ClearOrderLines
Clears the COrder of all lines. This is useful if the COrder needs to be started over.
(Inherited from COrder.)
Delete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
DetermineOrderFinancialEntity
Figure out the financial entity code for the COrder, either from a system default or from the financial entity code found on the first product on the order that has one.
(Inherited from COrder.)
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
GetFreightCharge
Calculate the freight charge with the current set of properties, but with a particular shipping method.
(Inherited from COrder.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetOrderLineByNum
Given the line number on an COrder returns the COrderLine with that line number.
(Inherited from COrder.)
GetShippingCosts
Returns all possible Shipping Methods and their costs.
(Inherited from COrder.)
GetShippingCostsForAllShippingMethods
Generate a collection of all possible charges for existing ship methods.
(Inherited from COrder.)
GetShippingCostsForEligibleShipMethods
Generate a collection of all eligible shipping methods and charges based on a country when Freight-By-Weight is selected.
(Inherited from COrder.)
GetStandardOrderLineByProductCode
Gets the CStandardOrderLine object on the order for the given product
GetTaxAuthorities (Inherited from COrder.)
GetTaxAuthorityVAT
Determines whether the buyer should be taxed and for which country.
(Inherited from COrder.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewLineItemOverloaded.
Recalc
Recalculates tax, order line amounts, and freight and handling (and their corresponding taxes) based upon the parameters.
(Inherited from COrder.)
RecalcFreightHandlingTax
Recalculates the freight, handling, and tax for the COrder.
(Inherited from COrder.)
RemoveOrderLine
Removes the given COrderLine from the COrder.
(Inherited from COrder.)
SaveOverloaded.
SaveContactChanges
Save any changes to the Contact associated with this COrder.
(Inherited from COrder.)
SetBalance
Sets the Balance on the COrder. Only available to derived classes.
(Inherited from COrder.)
SetBatchNumberFromBatch
Set the batchnumber and batch for this COrder.
(Inherited from COrder.)
SetCashGLAccount
Sets the CashGLAccount on the COrder. Only available to derived classes.
(Inherited from COrder.)
SetFundRaisingOrder
Sets IsFundRaisingOrder on the COrder. Only available to derived classes.
(Inherited from COrder.)
SetOrderNumber
Sets the OrderNumber on the COrder. MUST BE USED WITH CAUTION.
(Inherited from COrder.)
SetOrderStageOverloaded.
SetRecognizedCashAmount
Sets the RecognizedCashAmount on the COrder. Only available to derived classes.
(Inherited from COrder.)
SetTransPAYGlAccount
Sets the GL Account number to be used on the PAY Transaction when saving the COrder.
(Inherited from COrder.)
SetTransPAYGlAcctFinancialEntityCode
Sets the Financial Entity Code to be used on the PAY Transaction when saving the COrder.
(Inherited from COrder.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Validate
Validates the data set in the order's properties against cross-property business rules. If any errors are found, Validate will return false and the Asi.iBO.Errors property should be checked for details. Validate can be called at any time to check for errors but it will automatically be called at save time.
(Overrides COrder..::.Validate()()().)

See Also