C# Class Testing.ProductCostHistory

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

Private Properties

Property Type Description
OnEndDateChanged void
OnEndDateChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnProductIDChanged void
OnProductIDChanging void
OnStandardCostChanged void
OnStandardCostChanging void
OnStartDateChanged void
OnStartDateChanging void

Public Methods

Method Description
CreateProductCostHistory ( global productID, global startDate, global standardCost, global modifiedDate ) : ProductCostHistory

Create a new ProductCostHistory object.

Private Methods

Method Description
OnEndDateChanged ( ) : void
OnEndDateChanging ( Nullable value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( global value ) : void
OnStandardCostChanged ( ) : void
OnStandardCostChanging ( global value ) : void
OnStartDateChanged ( ) : void
OnStartDateChanging ( global value ) : void

Method Details

CreateProductCostHistory() public static method

Create a new ProductCostHistory object.
public static CreateProductCostHistory ( global productID, global startDate, global standardCost, global modifiedDate ) : ProductCostHistory
productID global Initial value of the ProductID property.
startDate global Initial value of the StartDate property.
standardCost global Initial value of the StandardCost property.
modifiedDate global Initial value of the ModifiedDate property.
return ProductCostHistory