C# Class Testing.TransactionHistoryArchive

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: jonfazzaro/meddle Class Usage Examples

Private Properties

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

Public Methods

Method Description
CreateTransactionHistoryArchive ( global transactionID, global productID, global referenceOrderID, global referenceOrderLineID, global transactionDate, global transactionType, global quantity, global actualCost, global modifiedDate ) : TransactionHistoryArchive

Create a new TransactionHistoryArchive object.

Private Methods

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

Method Details

CreateTransactionHistoryArchive() public static method

Create a new TransactionHistoryArchive object.
public static CreateTransactionHistoryArchive ( global transactionID, global productID, global referenceOrderID, global referenceOrderLineID, global transactionDate, global transactionType, global quantity, global actualCost, global modifiedDate ) : TransactionHistoryArchive
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 TransactionHistoryArchive