C# Class BaseLayer.Order

Show file Open project: larryslack/OrderingProject Class Usage Examples

Public Methods

Method Description
Order ( int OrderID ) : System
Order ( int OrderID, string CustomerID, int EmployeeID, System.DateTime OrderDate, System.DateTime RequiredDate, System.DateTime ShippedDate, int ShipVia, decimal Freight, string ShipName, string ShipAddress, string ShipCity, string ShipRegion, string ShipPostalCode, string ShipCountry ) : System

Method Details

Order() public method

public Order ( int OrderID ) : System
OrderID int
return System

Order() public method

public Order ( int OrderID, string CustomerID, int EmployeeID, System.DateTime OrderDate, System.DateTime RequiredDate, System.DateTime ShippedDate, int ShipVia, decimal Freight, string ShipName, string ShipAddress, string ShipCity, string ShipRegion, string ShipPostalCode, string ShipCountry ) : System
OrderID int
CustomerID string
EmployeeID int
OrderDate System.DateTime
RequiredDate System.DateTime
ShippedDate System.DateTime
ShipVia int
Freight decimal
ShipName string
ShipAddress string
ShipCity string
ShipRegion string
ShipPostalCode string
ShipCountry string
return System