Property | Type | Description | |
---|---|---|---|
OnActualCostChanged | void | ||
OnActualCostChanging | void | ||
OnModifiedDateChanged | void | ||
OnModifiedDateChanging | void | ||
OnProductIDChanged | void | ||
OnProductIDChanging | void | ||
OnQuantityChanged | void | ||
OnQuantityChanging | void | ||
OnReferenceOrderIDChanged | void | ||
OnReferenceOrderIDChanging | void | ||
OnReferenceOrderLineIDChanged | void | ||
OnReferenceOrderLineIDChanging | void | ||
OnTransactionDateChanged | void | ||
OnTransactionDateChanging | void | ||
OnTransactionIDChanged | void | ||
OnTransactionIDChanging | void | ||
OnTransactionTypeChanged | void | ||
OnTransactionTypeChanging | void |
Method | Description | |
---|---|---|
CreateTransactionHistory ( global transactionID, global productID, global referenceOrderID, global referenceOrderLineID, global transactionDate, global transactionType, global quantity, global actualCost, global modifiedDate ) : |
Create a new TransactionHistory object.
|
Method | Description | |
---|---|---|
OnActualCostChanged ( ) : void | ||
OnActualCostChanging ( global value ) : void | ||
OnModifiedDateChanged ( ) : void | ||
OnModifiedDateChanging ( global value ) : void | ||
OnProductIDChanged ( ) : void | ||
OnProductIDChanging ( global value ) : void | ||
OnQuantityChanged ( ) : void | ||
OnQuantityChanging ( global value ) : void | ||
OnReferenceOrderIDChanged ( ) : void | ||
OnReferenceOrderIDChanging ( global value ) : void | ||
OnReferenceOrderLineIDChanged ( ) : void | ||
OnReferenceOrderLineIDChanging ( global value ) : void | ||
OnTransactionDateChanged ( ) : void | ||
OnTransactionDateChanging ( global value ) : void | ||
OnTransactionIDChanged ( ) : void | ||
OnTransactionIDChanging ( global value ) : void | ||
OnTransactionTypeChanged ( ) : void | ||
OnTransactionTypeChanging ( global value ) : void |
public static CreateTransactionHistory ( global transactionID, global productID, global referenceOrderID, global referenceOrderLineID, global transactionDate, global transactionType, global quantity, global actualCost, global modifiedDate ) : |
||
transactionID | global | Initial value of the TransactionID property. |
productID | global | Initial value of the ProductID property. |
referenceOrderID | global | Initial value of the ReferenceOrderID property. |
referenceOrderLineID | global | Initial value of the ReferenceOrderLineID property. |
transactionDate | global | Initial value of the TransactionDate property. |
transactionType | global | Initial value of the TransactionType property. |
quantity | global | Initial value of the Quantity property. |
actualCost | global | Initial value of the ActualCost property. |
modifiedDate | global | Initial value of the ModifiedDate property. |
return |