C# Class Testing.ProductInventory

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

Private Properties

Property Type Description
OnBinChanged void
OnBinChanging void
OnLocationIDChanged void
OnLocationIDChanging void
OnModifiedDateChanged void
OnModifiedDateChanging void
OnProductIDChanged void
OnProductIDChanging void
OnQuantityChanged void
OnQuantityChanging void
OnShelfChanged void
OnShelfChanging void
OnrowguidChanged void
OnrowguidChanging void

Public Methods

Method Description
CreateProductInventory ( global productID, global locationID, global shelf, global bin, global quantity, global rowguid, global modifiedDate ) : ProductInventory

Create a new ProductInventory object.

Private Methods

Method Description
OnBinChanged ( ) : void
OnBinChanging ( global value ) : void
OnLocationIDChanged ( ) : void
OnLocationIDChanging ( global value ) : void
OnModifiedDateChanged ( ) : void
OnModifiedDateChanging ( global value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( global value ) : void
OnQuantityChanged ( ) : void
OnQuantityChanging ( global value ) : void
OnShelfChanged ( ) : void
OnShelfChanging ( global value ) : void
OnrowguidChanged ( ) : void
OnrowguidChanging ( global value ) : void

Method Details

CreateProductInventory() public static method

Create a new ProductInventory object.
public static CreateProductInventory ( global productID, global locationID, global shelf, global bin, global quantity, global rowguid, global modifiedDate ) : ProductInventory
productID global Initial value of the ProductID property.
locationID global Initial value of the LocationID property.
shelf global Initial value of the Shelf property.
bin global Initial value of the Bin property.
quantity global Initial value of the Quantity property.
rowguid global Initial value of the rowguid property.
modifiedDate global Initial value of the ModifiedDate property.
return ProductInventory